Skip to content

Commit 56ccbb9

Browse files
committed
chore: enable type-aware and type-check on lint
1 parent c12999b commit 56ccbb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"type": "module",
66
"packageManager": "pnpm@10.28.0",
77
"scripts": {
8-
"lint": "vite lint",
9-
"lint:fix": "vite lint --fix",
8+
"lint": "vite lint --type-aware --type-check",
9+
"lint:fix": "vite run lint --fix",
1010
"build": "vite lib",
1111
"typecheck": "tsc --noEmit",
1212
"test": "vite test run",

0 commit comments

Comments
 (0)