We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa20493 commit dbb81d3Copy full SHA for dbb81d3
packages/eslint-config-basic/index.js
@@ -43,7 +43,7 @@ module.exports = {
43
"!.vitepress",
44
"!.vscode",
45
// force exclude
46
- ".vitepress/cache",
+ "**/.vitepress/cache",
47
],
48
plugins: [
49
"html",
0 commit comments