Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan committed Nov 27, 2024
1 parent 8ef97ac commit 7deeabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/addons/eslint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default defineAddon({
eslintConfigs.push(svelteTSParserConfig);
}

const ignores = ['build/', '.svelte-kit/', 'dist/', '.vercel/', '.netlify/'];
const ignores = ['build/', '.svelte-kit/', 'dist/', '.vercel/', '.netlify/', '.wrangler/'];

const ignoresConfig = object.create({
ignores: common.expressionFromString(`[${ignores.map((i) => `"${i}"`).join(', ')}]`)
Expand Down

0 comments on commit 7deeabe

Please sign in to comment.