Skip to content

Commit

Permalink
fix: Ignore minified files with eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenoo committed Jun 17, 2021
1 parent 2b3e619 commit 5e4691d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"es6": true,
"browser": true
},
"ignorePatterns": ["**/*.min.js"],
"extends": "eslint:recommended",
"rules": {
"no-undef": "off",
Expand Down

0 comments on commit 5e4691d

Please sign in to comment.