Skip to content

Commit

Permalink
Update ignores in ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
WarningImHack3r authored Apr 15, 2024
1 parent 44e24cf commit c5e8edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ export default [
}
},
{
ignores: ["build/", ".svelte-kit/", "package/", "src/paraglide/"]
ignores: ["build/", ".svelte-kit/", "dist/", "src/paraglide/"]
}
];

0 comments on commit c5e8edd

Please sign in to comment.