Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Commit

Permalink
Fixed an issue in [.eslintrc] for the value of "no-extra-boolean-cast"
Browse files Browse the repository at this point in the history
Error => Configuration for rule "no-extra-boolean-cast" is invalid: Severity should be one of the following: 0 = off, 1 = warn, 2 = error (you passed 'false').
  • Loading branch information
a-magdy committed Jul 26, 2016
1 parent 63cdc55 commit f79b81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"rules": {
"quotes": [2, "single", "avoid-escape"],
"no-extra-boolean-cast": false
"no-extra-boolean-cast": 0
},
"globals": {
"describe": false,
Expand Down

0 comments on commit f79b81a

Please sign in to comment.