Skip to content

Commit 02f16c3

Browse files
committed
fix(oxlint): should emit errors instead of warnings for correctness rules
1 parent 551b8bc commit 02f16c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default function createConfig({
6363
},
6464
],
6565
})
66-
pkg.scripts['lint:oxlint'] = 'oxlint . --fix'
66+
pkg.scripts['lint:oxlint'] = 'oxlint . --fix -D correctness'
6767
pkg.scripts['lint:eslint'] = 'eslint . --fix'
6868
pkg.scripts.lint = 'run-s lint:*'
6969
} else {

0 commit comments

Comments
 (0)