Skip to content

Commit

Permalink
chore(eslint): remove unnecessary filter (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
wKovacs64 authored Jun 4, 2024
1 parent 9f4b1cc commit 8789183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const config = [
// JSX/TSX files
hasReact
? {
files: ['**/*.tsx', '**/*.jsx'].filter(Boolean),
files: ['**/*.tsx', '**/*.jsx'],
plugins: {
react: (await import('eslint-plugin-react')).default,
},
Expand Down

0 comments on commit 8789183

Please sign in to comment.