We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c12999b commit 56ccbb9Copy full SHA for 56ccbb9
1 file changed
package.json
@@ -5,8 +5,8 @@
5
"type": "module",
6
"packageManager": "pnpm@10.28.0",
7
"scripts": {
8
- "lint": "vite lint",
9
- "lint:fix": "vite lint --fix",
+ "lint": "vite lint --type-aware --type-check",
+ "lint:fix": "vite run lint --fix",
10
"build": "vite lib",
11
"typecheck": "tsc --noEmit",
12
"test": "vite test run",
0 commit comments