Skip to content

Commit

Permalink
fix: remove ignore of node_modules
Browse files Browse the repository at this point in the history
It is part of the patterns ignored by default.
  • Loading branch information
RubenSibon committed Dec 16, 2024
1 parent df26972 commit e2a225e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,7 @@ const compat = new FlatCompat({
export default tseslint.config(
// Global
{
ignores: [
'**/node_modules/',
'**/vendor/',
'**/build/',
'**/coverage/',
'**/dist/',
'**/tmp/',
'proprietary/react-icons',
],
ignores: ['**/vendor/', '**/build/', '**/coverage/', '**/dist/', '**/tmp/', 'proprietary/react-icons'],
},
{
languageOptions: {
Expand Down

0 comments on commit e2a225e

Please sign in to comment.