diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/package.json b/package.json index 05c1145..ccffcea 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "server": "HUGO_PREVIEW=true HUGO_ENV=development hugo server --verbose --source=exampleSite --buildDrafts --buildFuture --ignoreCache --disableFastRender", "lint": "npm run lint:js && npm run lint:editorconfig", "lint:editorconfig": "editorconfig-checker", - "lint:js": "eslint static/js/*.js", + "lint:js": "eslint static/js/*.js assets/js/*.js", "vendor:js": "cp node_modules/jquery/dist/jquery.min.js assets/js/vendor" }, "dependencies": { @@ -38,9 +38,6 @@ "devDependencies": { "rimraf": "^3.0.2", "editorconfig-checker": "^4.0.2", - "eslint": "^8.18.0", - "eslint-config-airbnb-base": "^15.0.0", - "eslint-plugin-import": "^2.25.4", - "eslint-plugin-node": "^11.1.0" + "eslint": "^8.18.0" } } |
