Skip to content

Commit

Permalink
tweak ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Jan 13, 2025
1 parent a40955f commit 4ed85a1
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 @@ -8,7 +8,7 @@ import react from 'eslint-plugin-react';
const compat = new FlatCompat();

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

0 comments on commit 4ed85a1

Please sign in to comment.