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 f5548bb commit 9a63a4e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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 @@ -24,7 +24,12 @@
},
"devDependencies": {
"@vanillaes/interpolate": "^1.4.0",
"rollup-plugin-terser": "^5.2.0",
"semistandard": "^14.2.0"
"esmtk": "^0.1.1",
"rollup-plugin-terser": "^5.2.0"
},
"standard": {
"ignore": [
"index.js"
]
}
}

0 comments on commit 9a63a4e

Please sign in to comment.