Skip to content

Commit

Permalink
chore: ignore theme components in eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ligsnf committed Dec 25, 2024
1 parent d834e9a commit a01acb9
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 @@ -6,7 +6,7 @@ import reactRefresh from 'eslint-plugin-react-refresh'
import tseslint from 'typescript-eslint'

export default tseslint.config(
{ ignores: ['dist', 'src/components/ui'] },
{ ignores: ['dist', 'src/components/theme', 'src/components/ui'] },
{
extends: [js.configs.recommended, ...tseslint.configs.recommendedTypeChecked],
files: ['**/*.{ts,tsx}'],
Expand Down

0 comments on commit a01acb9

Please sign in to comment.