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 1d2574b commit 3e640e3Copy full SHA for 3e640e3
package.json
@@ -66,7 +66,7 @@
66
"generate-sdk:03-clean-api": "npm run fix && npm run fix",
67
"knip:dependencies": "knip --dependencies",
68
"knip:exports": "knip --include exports,duplicates",
69
- "lint": "oxlint -c=./.oxlintrc.json --ignore-path=./.oxlintignore --tsconfig=./tsconfig.json .",
+ "lint": "oxlint -c=.oxlintrc.json --ignore-path=.oxlintignore --tsconfig=tsconfig.json .",
70
"lint:fix": "npm run lint -- --fix && npm run lint:fix:fast",
71
"lint:fix:fast": "biome format --write",
72
"lint-staged": "lint-staged",
0 commit comments