We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ccd38 commit 55e50e8Copy full SHA for 55e50e8
eslint.config.js
@@ -54,6 +54,6 @@ export default [
54
},
55
56
{
57
- ignores: ['dist', 'node_modules', '.github', 'types.generated.d.ts'],
+ ignores: ['dist', 'node_modules', '.github', 'types.generated.d.ts', '.astro'],
58
59
];
0 commit comments