From ba7a0e04c873215322319ab4352404c27e228703 Mon Sep 17 00:00:00 2001 From: uku Date: Sat, 26 Oct 2024 17:06:20 +0200 Subject: [PATCH] chore(eslint): ignore wrangler --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"], }, );