Skip to content

Commit 35ff35f

Browse files
committed
chore(eslint): ignore .astro
1 parent 68abe22 commit 35ff35f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ export default defineConfig(
165165
'worktrees',
166166
'site',
167167
'astro.config.js',
168+
'.astro/**/*',
168169
],
169170
},
170171
);

0 commit comments

Comments
 (0)