aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 4 insertions, 9 deletions
diff --git a/package.json b/package.json
index dd1bca360..58fc7ba62 100644
--- a/package.json
+++ b/package.json
@@ -1,14 +1,9 @@
{
"devDependencies": {
- "eslint": "*",
"@stylistic/eslint-plugin": "*",
+ "eslint": "^9.7.0",
+ "postcss-html": "*",
"stylelint": ">=13.6.0",
- "stylelint-config-standard": "*",
- "postcss-html": "*"
- },
- "eslintIgnore": [
- "*.min.js",
- "index.html",
- "prism.js"
- ]
+ "stylelint-config-standard": "*"
+ }
}