mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
fix: ignore in eslint
This commit is contained in:
+1
-1
@@ -14,5 +14,5 @@ export default [
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ rules: { "no-console": "error" } },
|
{ rules: { "no-console": "error" } },
|
||||||
{ ignores: ["dist/**", ".astro"] },
|
{ ignores: ["dist/**", ".astro", "public/pagefind/**"] },
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user