Skip to content

Commit

Permalink
fix(basic): ignore vitepress cache files (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-tao committed Aug 11, 2023
1 parent c22a36b commit 1ae6ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-basic/index.js
Expand Up @@ -43,7 +43,7 @@ module.exports = {
'!.vitepress',
'!.vscode',
// force exclude
'.vitepress/cache',
'**/.vitepress/cache',
],
plugins: [
'html',
Expand Down

0 comments on commit 1ae6ec8

Please sign in to comment.