fix: ignore in eslint

This commit is contained in:
satnaing
2025-03-08 18:01:55 +07:00
committed by Sat Naing
parent 2b8dde4d64
commit b4ae4cde04
+1 -1
View File
@@ -14,5 +14,5 @@ export default [
},
},
{ rules: { "no-console": "error" } },
{ ignores: ["dist/**", ".astro"] },
{ ignores: ["dist/**", ".astro", "public/pagefind/**"] },
];