Skip to content

Commit 65117e4

Browse files
committed
chore: enable eslint caching
1 parent f4e73c8 commit 65117e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const instance = yargs(hideBin(process.argv))
4343

4444
const eslint = new ESLint({
4545
fix,
46-
cache: false,
46+
cache: true,
4747
overrideConfig: overrideConfig,
4848
});
4949

0 commit comments

Comments
 (0)