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 5877752 commit 5156ca8Copy full SHA for 5156ca8
package.json
@@ -8,7 +8,7 @@
8
"build-test": "pnpm --workspace-concurrency=1 --filter \"./napi/*\" --filter \"./apps/*\" build-test",
9
"test": "pnpm --workspace-concurrency=1 --filter \"./napi/*\" --filter \"./apps/*\" test",
10
"fmt": "oxfmt -c oxfmtrc.jsonc",
11
- "lint": "oxlint -c oxlintrc.json --deny-warnings --type-aware"
+ "lint": "oxlint -c oxlintrc.json --deny-warnings --type-aware --report-unused-disable-directives"
12
},
13
"devDependencies": {
14
"@arethetypeswrong/core": "0.18.2",
0 commit comments