Skip to content

Commit b4ae4cd

Browse files
committed
fix: ignore in eslint
1 parent 2b8dde4 commit b4ae4cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ export default [
1414
},
1515
},
1616
{ rules: { "no-console": "error" } },
17-
{ ignores: ["dist/**", ".astro"] },
17+
{ ignores: ["dist/**", ".astro", "public/pagefind/**"] },
1818
];

0 commit comments

Comments
 (0)