Skip to content

Commit

Permalink
Migrate Linting to ESMTK
Browse files Browse the repository at this point in the history
  • Loading branch information
evanplaice committed Jun 22, 2020
1 parent 1f13623 commit 108f6c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"main": "index.js",
"scripts": {
"start": "npx live-server --no-browser --port=5500 --open=dev",
"lint": "semistandard",
"lint": "esmtk lint",
"build": "npm run build:main && npm run build:min",
"build:main": "npx rollup --config .config/main.config.js",
"build:min": "npx rollup --config .config/min.config.js",
Expand All @@ -22,7 +22,7 @@
"postversion": "git push --follow-tags"
},
"devDependencies": {
"rollup-plugin-terser": "^5.2.0",
"semistandard": "^14.2.0"
"esmtk": "^0.1.1",
"rollup-plugin-terser": "^5.2.0"
}
}

0 comments on commit 108f6c0

Please sign in to comment.