Skip to content

Commit b16c7c7

Browse files
committed
fix: remove unused eslint comment in astro.config.ts
1 parent cd45c77 commit b16c7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default defineConfig({
3535
},
3636
},
3737
vite: {
38-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
38+
// eslint-disable-next-line
3939
// @ts-ignore
4040
// This will be fixed in Astro 6 with Vite 7 support
4141
// See: https://github.com/withastro/astro/issues/14030

0 commit comments

Comments
 (0)