diff --git a/eslint.config.js b/eslint.config.js index 1e50d4a..86fc49a 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -27,6 +27,6 @@ export default tseslint.config( }, }, { - ignores: ["build/", ".svelte-kit/", "dist/"], + ignores: ["build/", ".svelte-kit/", "dist/", ".wrangler/"], }, );