Merge pull request #202 from lacker/cleanlint

allow 2 * x + 1
This commit is contained in:
Kevin Lacker
2016-07-25 22:18:39 -07:00
committed by GitHub

View File

@@ -92,7 +92,6 @@ module.exports = {
'no-loop-func': WARNING,
'no-mixed-operators': [WARNING, {
groups: [
['+', '-', '*', '/', '%', '**'],
['&', '|', '^', '~', '<<', '>>', '>>>'],
['==', '!=', '===', '!==', '>', '>=', '<', '<='],
['&&', '||'],