Skip to content

Commit

Permalink
ignore bower_components
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Jul 8, 2023
1 parent abe7b41 commit fbb5fe5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ module.exports = {
rules: {
'prefer-object-spread': 'error',
},
ignorePatterns: [],
ignorePatterns: [
'bower_components',
],
};

0 comments on commit fbb5fe5

Please sign in to comment.