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 e99845d commit 6f87d33Copy full SHA for 6f87d33
package.json
@@ -49,7 +49,7 @@
49
"fix": "run-s lint:fix check:lint:fix",
50
"knip:dependencies": "knip --dependencies",
51
"knip:exports": "knip --include exports,duplicates",
52
- "lint": "oxlint -c=./.oxlintrc.json --ignore-path=./.oxlintignore --tsconfig=./tsconfig.json .",
+ "lint": "oxlint -c=.oxlintrc.json --ignore-path=.oxlintignore --tsconfig=tsconfig.json .",
53
"lint:fix": "npm run lint -- --fix && npm run lint:fix:fast",
54
"lint:fix:fast": "biome format --write",
55
"lint-staged": "lint-staged",
0 commit comments