Skip to content

Commit

Permalink
Exclude build node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Sep 4, 2024
1 parent f8f122d commit 3399e31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ module.exports = {
'prefer-const': 'error',
'no-trailing-spaces': 'error',
},
ignorePatterns: ['node_modules/', 'build/', 'dist/'],
};

0 comments on commit 3399e31

Please sign in to comment.