Skip to content

Commit 35d3741

Browse files
committed
chore: ignore vitepress cache files
1 parent a57caa4 commit 35d3741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-basic/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = {
3737
'!.vitepress',
3838
'!.vscode',
3939
// force exclude
40-
'.vitepress/cache',
40+
'**/.vitepress/cache',
4141
],
4242
plugins: ['html', 'unicorn', 'coderwyd', 'no-only-tests', 'unused-imports'],
4343
settings: {

0 commit comments

Comments
 (0)