We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8dde4 commit b4ae4cdCopy full SHA for b4ae4cd
1 file changed
eslint.config.js
@@ -14,5 +14,5 @@ export default [
14
},
15
16
{ rules: { "no-console": "error" } },
17
- { ignores: ["dist/**", ".astro"] },
+ { ignores: ["dist/**", ".astro", "public/pagefind/**"] },
18
];
0 commit comments