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 69b2e35 commit c044e8fCopy full SHA for c044e8f
React/package.json
@@ -8,9 +8,9 @@
8
"build": "tsc -b && vite build",
9
"test": "vitest",
10
"test:watch": "vitest --watch",
11
- "lint-js": "eslint .",
+ "lint-ts": "eslint .",
12
"lint-css": "stylelint src/**/*.css --allow-empty-input",
13
- "lint": "npm-run-all -p -c lint-js lint-css",
+ "lint": "npm-run-all -p -c lint-ts lint-css",
14
"preview": "vite preview"
15
},
16
0 commit comments