Skip to content

Commit

Permalink
ESLint: Ignore dist
Browse files Browse the repository at this point in the history
  • Loading branch information
WesSouza committed Nov 26, 2024
1 parent e11dac7 commit ccc1ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import tseslint from 'typescript-eslint';

export default tseslint.config(
{
ignores: ['.astro/**', '.vercel/**', 'public/**'],
ignores: ['.astro/**', '.vercel/**', 'dist/**', 'public/**'],
},
eslint.configs.recommended,
...tseslint.configs.recommended,
Expand Down

0 comments on commit ccc1ba6

Please sign in to comment.