|
71 | 71 | "hugo": "hugo -s manual --minify", |
72 | 72 | "lint": "run-p lint:*", |
73 | 73 | "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", |
75 | 75 | "lint:tsc": "tsc --noemit", |
76 | 76 | "postcss": "postcss manual/assets/css/dist/index.css -o manual/assets/css/dist/index.css -c manual", |
77 | 77 | "prepublishOnly": "npm test", |
|
81 | 81 | "watch": "run-p watch:* start", |
82 | 82 | "watch:css": "sass --no-source-map -I manual/assets/css/src/values manual/assets/css/src:manual/assets/css/dist -w", |
83 | 83 | "watch:tsc": "tsc --noemit --watch --preserveWatchOutput", |
84 | | - "watch:eslint": "esw -w --ext .ts --color src manual/assets/js/src", |
85 | 84 | "watch:js": "node esbuild -w" |
86 | 85 | }, |
87 | 86 | "peerDependencies": { |
|
92 | 91 | "@tweakpane/plugin-essentials": "0.x.x", |
93 | 92 | "@types/node": "22.x.x", |
94 | 93 | "@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", |
97 | 96 | "autoprefixer": "10.x.x", |
98 | 97 | "ava": "6.x.x", |
99 | 98 | "cssnano": "7.x.x", |
100 | 99 | "del-cli": "5.x.x", |
101 | 100 | "esbuild": "0.23.x", |
102 | 101 | "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", |
106 | 104 | "gzipper": "8.x.x", |
107 | 105 | "hugo-bin": "0.x.x", |
108 | 106 | "npm-run-all": "4.x.x", |
|
0 commit comments