chore(eslint): ignore wrangler
This commit is contained in:
parent
679955478b
commit
ba7a0e04c8
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@ export default tseslint.config(
|
|||
},
|
||||
},
|
||||
{
|
||||
ignores: ["build/", ".svelte-kit/", "dist/"],
|
||||
ignores: ["build/", ".svelte-kit/", "dist/", ".wrangler/"],
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue