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.
cache
1 parent bb6a2dd commit ea60e62Copy full SHA for ea60e62
index.js
@@ -53,10 +53,10 @@ export default function createConfig({
53
],
54
})
55
pkg.scripts['lint:oxlint'] = 'oxlint . --fix -D correctness --ignore-path .gitignore'
56
- pkg.scripts['lint:eslint'] = 'eslint . --fix'
+ pkg.scripts['lint:eslint'] = 'eslint . --fix --cache'
57
pkg.scripts.lint = 'run-s lint:*'
58
} else {
59
- pkg.scripts.lint = 'eslint . --fix'
+ pkg.scripts.lint = 'eslint . --fix --cache'
60
}
61
62
if (needsPrettier) {
0 commit comments