Skip to content

Commit 0826043

Browse files
committed
Update eslint
1 parent 98a6f9d commit 0826043

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"hugo": "hugo -s manual --minify",
7272
"lint": "run-p lint:*",
7373
"lint:css": "stylelint --fix manual/assets/css/src",
74-
"lint:js": "eslint --ext .ts --fix src manual/assets/js/src",
74+
"lint:js": "eslint --fix src manual/assets/js/src",
7575
"lint:tsc": "tsc --noemit",
7676
"postcss": "postcss manual/assets/css/dist/index.css -o manual/assets/css/dist/index.css -c manual",
7777
"prepublishOnly": "npm test",
@@ -81,7 +81,6 @@
8181
"watch": "run-p watch:* start",
8282
"watch:css": "sass --no-source-map -I manual/assets/css/src/values manual/assets/css/src:manual/assets/css/dist -w",
8383
"watch:tsc": "tsc --noemit --watch --preserveWatchOutput",
84-
"watch:eslint": "esw -w --ext .ts --color src manual/assets/js/src",
8584
"watch:js": "node esbuild -w"
8685
},
8786
"peerDependencies": {
@@ -92,17 +91,16 @@
9291
"@tweakpane/plugin-essentials": "0.x.x",
9392
"@types/node": "22.x.x",
9493
"@types/three": "0.x.x",
95-
"@typescript-eslint/eslint-plugin": "7.x.x",
96-
"@typescript-eslint/parser": "7.x.x",
94+
"@typescript-eslint/eslint-plugin": "8.x.x",
95+
"@typescript-eslint/parser": "8.x.x",
9796
"autoprefixer": "10.x.x",
9897
"ava": "6.x.x",
9998
"cssnano": "7.x.x",
10099
"del-cli": "5.x.x",
101100
"esbuild": "0.23.x",
102101
"esbuild-plugin-glsl": "1.x.x",
103-
"eslint": "8.x.x",
104-
"eslint-config-aether": "1.x.x",
105-
"eslint-watch": "8.x.x",
102+
"eslint": "9.x.x",
103+
"eslint-config-aether": "2.x.x",
106104
"gzipper": "8.x.x",
107105
"hugo-bin": "0.x.x",
108106
"npm-run-all": "4.x.x",

0 commit comments

Comments
 (0)