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 551b8bc commit 02f16c3Copy full SHA for 02f16c3
index.js
@@ -63,7 +63,7 @@ export default function createConfig({
63
},
64
],
65
})
66
- pkg.scripts['lint:oxlint'] = 'oxlint . --fix'
+ pkg.scripts['lint:oxlint'] = 'oxlint . --fix -D correctness'
67
pkg.scripts['lint:eslint'] = 'eslint . --fix'
68
pkg.scripts.lint = 'run-s lint:*'
69
} else {
0 commit comments