chore(eslint): ignore wrangler

This commit is contained in:
uku 2024-10-26 17:06:20 +02:00
parent 679955478b
commit ba7a0e04c8
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -27,6 +27,6 @@ export default tseslint.config(
},
},
{
ignores: ["build/", ".svelte-kit/", "dist/"],
ignores: ["build/", ".svelte-kit/", "dist/", ".wrangler/"],
},
);