Skip to content

Commit

Permalink
fix: exclude vitepress cache
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 19, 2023
1 parent a602eb1 commit e6cb799
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-config-basic/index.js
Expand Up @@ -42,6 +42,8 @@ module.exports = {
'!.github',
'!.vitepress',
'!.vscode',
// force exclude
'.vitepress/cache',
],
plugins: [
'html',
Expand Down

0 comments on commit e6cb799

Please sign in to comment.