We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d72ae commit 7676a4aCopy full SHA for 7676a4a
package.json
@@ -6,7 +6,7 @@
6
"type": "module",
7
"scripts": {
8
"test": "echo \"Error: no test specified\" && exit 1",
9
- "lint": "npx eslint ./src/ts/**/*.ts ./src/types/**/*.ts ./script/**/*.ts ./rspack.config.ts && npx knip && tsx ./script/addonsLinter.ts",
+ "lint": "npx eslint \"./src/**/*.ts\" \"./script/**/*.ts\" \"./rspack.config.ts\" && npx knip && tsx ./script/addonsLinter.ts",
10
"format": "npx prettier --write ./src/ts/**/*.ts ./src/html/**/*.html ./src/css/**/*.css",
11
"format:check": "npx prettier --check ./src/ts/**/*.ts ./src/html/**/*.html ./src/css/**/*.css",
12
"build": "npx cross-env NODE_OPTIONS=--experimental-transform-types NODE_ENV=production npx rspack build",
0 commit comments