From b4ae4cde049677be97e3a03815b9127d452e5416 Mon Sep 17 00:00:00 2001 From: satnaing Date: Sat, 8 Mar 2025 18:01:55 +0700 Subject: [PATCH] fix: ignore in eslint --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 48441f8..4a10913 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -14,5 +14,5 @@ export default [ }, }, { rules: { "no-console": "error" } }, - { ignores: ["dist/**", ".astro"] }, + { ignores: ["dist/**", ".astro", "public/pagefind/**"] }, ];