summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index fadd363..7aa3bef 100644
--- a/package.json
+++ b/package.json
@@ -23,11 +23,10 @@
"server": "HUGO_RESOURCEDIR='../resources' 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/* assets/js/*"
+ "lint:js": "eslint static/js/* assets/js/* eslint.config.js"
},
- "dependencies": {},
"devDependencies": {
"editorconfig-checker": "^5.1.2",
- "eslint": "^8.57.0"
+ "eslint": "^9.0.0"
}
}