We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7782bdc commit afbc81fCopy full SHA for afbc81f
eslint.config.mjs
@@ -8,6 +8,7 @@ export default [
8
'**/dist',
9
'**/node_modules',
10
'**/.astro/**',
11
+ '**/.vscode-test/**',
12
13
// we ignore our demo templates because they may contain code that is formatted specifically for the demo
14
'docs/demo/src/templates',
0 commit comments