We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
antfu
Learn more about funding links in repositories.
Report abuse
1 parent a602eb1 commit e6cb799Copy full SHA for e6cb799
packages/eslint-config-basic/index.js
@@ -42,6 +42,8 @@ module.exports = {
42
'!.github',
43
'!.vitepress',
44
'!.vscode',
45
+ // force exclude
46
+ '.vitepress/cache',
47
],
48
plugins: [
49
'html',
0 commit comments