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.
unstable_ts_config
1 parent b4ec308 commit 2067aa6Copy full SHA for 2067aa6
packages/toolkit/package.json
@@ -96,8 +96,8 @@
96
"build-only": "yarn clean && yarn run-build",
97
"format": "run -T global:format:fix",
98
"format:check": "run -T global:format:check",
99
- "lint": "run -T global:lint:check",
100
- "lint:fix": "run -T global:lint:fix",
+ "lint": "run -T global:lint:check -c eslint.config.mts --flag unstable_ts_config",
+ "lint:fix": "run -T global:lint:fix -c eslint.config.mts --flag unstable_ts_config",
101
"test": "vitest --typecheck --run ",
102
"test:watch": "vitest --watch",
103
"type-tests": "yarn tsc -p tsconfig.test.json --noEmit",
0 commit comments