Skip to content

Commit e6cb799

Browse files
committedApr 19, 2023
fix: exclude vitepress cache
1 parent a602eb1 commit e6cb799

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

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

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ module.exports = {
4242
'!.github',
4343
'!.vitepress',
4444
'!.vscode',
45+
// force exclude
46+
'.vitepress/cache',
4547
],
4648
plugins: [
4749
'html',

0 commit comments

Comments
 (0)
Please sign in to comment.