Skip to content

Commit 1ae6ec8

Browse files
authoredAug 11, 2023
fix(basic): ignore vitepress cache files (#233)
1 parent c22a36b commit 1ae6ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/eslint-config-basic/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = {
4343
'!.vitepress',
4444
'!.vscode',
4545
// force exclude
46-
'.vitepress/cache',
46+
'**/.vitepress/cache',
4747
],
4848
plugins: [
4949
'html',

0 commit comments

Comments
 (0)
Please sign in to comment.