Skip to content

Commit d41b658

Browse files
committed
chore: use the new env flag to disable ts diag
1 parent 49f415a commit d41b658

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
"format": "oxfmt . --write",
2929
"lint": "run-s lint:oxfmt lint:oxlint",
3030
"lint:oxfmt": "oxfmt . --check",
31-
"lint:oxlint": "oxlint .",
32-
"lint:oxlint:type-aware": "oxlint . --type-aware",
31+
"lint:oxlint": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --type-aware",
3332
"lint:es-compatibility": "nx run-many -t lint:es-compatibility",
3433
"dedupe-deps:check": "yarn-deduplicate yarn.lock --list --fail",
3534
"dedupe-deps:fix": "yarn-deduplicate yarn.lock",

0 commit comments

Comments
 (0)