Skip to content

Commit

Permalink
fix(eslint): removed the magic number rule
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeDuarteM committed Jul 31, 2018
1 parent 2f628bc commit 3bf97e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ module.exports = {
"no-iterator": "error",
"no-labels": "error",
"no-loop-func": "error",
"no-magic-numbers": ["error", { ignore: [0, 1] }],
"no-multi-str": "error",
"no-new-func": "error",
"no-new-wrappers": "error",
Expand Down

0 comments on commit 3bf97e0

Please sign in to comment.