Skip to content

Commit afbc81f

Browse files
authored
chore(eslint): ignore .vscode-test folder (#330)
1 parent 7782bdc commit afbc81f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default [
88
'**/dist',
99
'**/node_modules',
1010
'**/.astro/**',
11+
'**/.vscode-test/**',
1112

1213
// we ignore our demo templates because they may contain code that is formatted specifically for the demo
1314
'docs/demo/src/templates',

0 commit comments

Comments
 (0)