Skip to content

Commit 837af19

Browse files
committed
chore: add disable-nested-config
1 parent 335ffd3 commit 837af19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"bootstrap-cli:ci": "pnpm install-global-cli",
1010
"install-global-cli": "tool install-global-cli",
1111
"tsgo": "tsgo -b tsconfig.json",
12-
"lint": "vp lint --type-aware --type-check --threads 4",
12+
"check": "vp check --disable-nested-config",
1313
"test": "vp test run && pnpm -r snap-test",
1414
"fmt": "vp fmt",
1515
"test:unit": "vp test run",
@@ -37,7 +37,7 @@
3737
"zod": "catalog:"
3838
},
3939
"lint-staged": {
40-
"*.@(js|ts|tsx|md|yaml|yml)": "vp check --fix",
40+
"*.@(js|ts|tsx|md|yaml|yml)": "vp check --fix --disable-nested-config",
4141
"*.rs": "cargo fmt --"
4242
},
4343
"engines": {

0 commit comments

Comments
 (0)