We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15e3db commit a2115d5Copy full SHA for a2115d5
package.json
@@ -9,7 +9,7 @@
9
"bootstrap-cli:ci": "pnpm install-global-cli",
10
"install-global-cli": "tool install-global-cli",
11
"tsgo": "tsgo -b tsconfig.json",
12
- "lint": "vp lint --type-aware --type-check --threads 4",
+ "check": "vp check --disable-nested-config",
13
"test": "vp test run && pnpm -r snap-test",
14
"fmt": "vp fmt",
15
"test:unit": "vp test run",
@@ -37,7 +37,7 @@
37
"zod": "catalog:"
38
},
39
"lint-staged": {
40
- "*.@(js|ts|tsx|md|yaml|yml)": "vp check --fix",
+ "*.@(js|ts|tsx|md|yaml|yml)": "vp check --fix --disable-nested-config",
41
"*.rs": "cargo fmt --"
42
43
"engines": {
0 commit comments