Skip to content

Commit f781029

Browse files
committed
Removed no-mixed-ops rule as it goes against lots of our code.
1 parent 58c9970 commit f781029

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

v3/.eslintrc.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,6 @@
5050
"new-parens": "error",
5151
"no-array-constructor": "error",
5252
"no-lonely-if": "error",
53-
"no-mixed-operators": [ "error", {
54-
"groups": [
55-
["+", "-", "*", "/", "%", "**"],
56-
["&", "|", "^", "~", "<<", ">>", ">>>"],
57-
["==", "!=", "===", "!==", ">", ">=", "<", "<="],
58-
["&&", "||"],
59-
["in", "instanceof"]
60-
],
61-
"allowSamePrecedence": true
62-
}],
6353
"no-mixed-spaces-and-tabs": "error",
6454
"no-plusplus": "off",
6555
"no-trailing-spaces": [ "error", { "skipBlankLines": true } ],

0 commit comments

Comments
 (0)