Skip to content

Commit 2067aa6

Browse files
committed
Enable unstable_ts_config flag for ESLint
1 parent b4ec308 commit 2067aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/toolkit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
"build-only": "yarn clean && yarn run-build",
9797
"format": "run -T global:format:fix",
9898
"format:check": "run -T global:format:check",
99-
"lint": "run -T global:lint:check",
100-
"lint:fix": "run -T global:lint:fix",
99+
"lint": "run -T global:lint:check -c eslint.config.mts --flag unstable_ts_config",
100+
"lint:fix": "run -T global:lint:fix -c eslint.config.mts --flag unstable_ts_config",
101101
"test": "vitest --typecheck --run ",
102102
"test:watch": "vitest --watch",
103103
"type-tests": "yarn tsc -p tsconfig.test.json --noEmit",

0 commit comments

Comments
 (0)