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.
--type-check
lint-fix:oxlint
1 parent ba30662 commit 597e6adCopy full SHA for 597e6ad
1 file changed
package.json
@@ -22,7 +22,7 @@
22
"lint:oxlint": "oxlint --type-aware --type-check",
23
"lint-fix": "run-s -c lint-fix:*",
24
"lint-fix:oxfmt": "oxfmt --write",
25
- "lint-fix:oxlint": "oxlint --type-aware --fix",
+ "lint-fix:oxlint": "npm run lint:oxlint -- --fix",
26
"test": "vitest --run",
27
"vscode-test": "vscode-test",
28
"update-generated-in-examples": "./scripts/update-generated-in-examples.sh"
0 commit comments