Skip to content

Commit aaab05c

Browse files
committed
ci(tools): linting check for unused disable directives
1 parent 2bd3cb6 commit aaab05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build-test": "pnpm --workspace-concurrency=1 --filter \"./napi/*\" --filter \"./apps/*\" build-test",
99
"test": "pnpm --workspace-concurrency=1 --filter \"./napi/*\" --filter \"./apps/*\" test",
1010
"fmt": "oxfmt -c oxfmtrc.jsonc",
11-
"lint": "oxlint -c oxlintrc.json --deny-warnings --type-aware"
11+
"lint": "oxlint -c oxlintrc.json --deny-warnings --type-aware --report-unused-disable-directives"
1212
},
1313
"devDependencies": {
1414
"@arethetypeswrong/core": "0.18.2",

0 commit comments

Comments
 (0)