Skip to content

Commit 55e50e8

Browse files
committed
refactor: add .astro to ignore
1 parent e6ccd38 commit 55e50e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ export default [
5454
},
5555
},
5656
{
57-
ignores: ['dist', 'node_modules', '.github', 'types.generated.d.ts'],
57+
ignores: ['dist', 'node_modules', '.github', 'types.generated.d.ts', '.astro'],
5858
},
5959
];

0 commit comments

Comments
 (0)