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 2ff7d38 commit 298f241Copy full SHA for 298f241
index.js
@@ -67,7 +67,7 @@ export default function createConfig({
67
},
68
],
69
})
70
- pkg.scripts['lint:oxlint'] = 'oxlint . --fix -D correctness'
+ pkg.scripts['lint:oxlint'] = 'oxlint . --fix -D correctness --ignore-path .gitignore'
71
pkg.scripts['lint:eslint'] = 'eslint . --fix'
72
pkg.scripts.lint = 'run-s lint:*'
73
} else {
0 commit comments