We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3dc5d commit ba4739eCopy full SHA for ba4739e
1 file changed
eslint.config.mjs
@@ -23,7 +23,7 @@ const compat = new FlatCompat({
23
24
export default [
25
{
26
- ignores: ['dist/**/*', 'node_modules/**/*', '.astro/**/*'],
+ ignores: ['dist/**/*', 'node_modules/**/*', '.astro/**/*', 'videos/**/*'],
27
},
28
29
files: ['**/*.css'],
0 commit comments