Skip to content

Commit

Permalink
Update eslint.config.mjs
Browse files Browse the repository at this point in the history
Co-authored-by: Daishi Kato <[email protected]>
  • Loading branch information
sukvvon and dai-shi authored Dec 30, 2024
1 parent ac8ae37 commit 5d49c0f
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 @@ -10,7 +10,7 @@ import tseslint from 'typescript-eslint'

export default tseslint.config(
{
ignores: ['dist/**', 'examples/**'],
ignores: ['dist/', 'examples/'],
},
eslint.configs.recommended,
importPlugin.flatConfigs.recommended,
Expand Down

0 comments on commit 5d49c0f

Please sign in to comment.