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.
1 parent 49f415a commit d41b658Copy full SHA for d41b658
package.json
@@ -28,8 +28,7 @@
28
"format": "oxfmt . --write",
29
"lint": "run-s lint:oxfmt lint:oxlint",
30
"lint:oxfmt": "oxfmt . --check",
31
- "lint:oxlint": "oxlint .",
32
- "lint:oxlint:type-aware": "oxlint . --type-aware",
+ "lint:oxlint": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --type-aware",
33
"lint:es-compatibility": "nx run-many -t lint:es-compatibility",
34
"dedupe-deps:check": "yarn-deduplicate yarn.lock --list --fail",
35
"dedupe-deps:fix": "yarn-deduplicate yarn.lock",
0 commit comments