Skip to content

Commit

Permalink
Relax rule: Allow mixing basic operators without parens (+-*/)
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Mar 7, 2017
1 parent d06a8ff commit d1c28f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslintrc.json
Expand Up @@ -89,7 +89,6 @@
"no-lone-blocks": "error",
"no-mixed-operators": ["error", {
"groups": [
["+", "-", "*", "/", "%", "**"],
["==", "!=", "===", "!==", ">", ">=", "<", "<="],
["&&", "||"],
["in", "instanceof"]
Expand Down

0 comments on commit d1c28f4

Please sign in to comment.