Commit f8bb37fb authored by Kevin Lacker's avatar Kevin Lacker Committed by GitHub
Browse files

Merge pull request #202 from lacker/cleanlint

allow 2 * x + 1
parents 3e9fb857 4c556196
Showing with 0 additions and 1 deletion
+0 -1
...@@ -92,7 +92,6 @@ module.exports = { ...@@ -92,7 +92,6 @@ module.exports = {
'no-loop-func': WARNING, 'no-loop-func': WARNING,
'no-mixed-operators': [WARNING, { 'no-mixed-operators': [WARNING, {
groups: [ groups: [
['+', '-', '*', '/', '%', '**'],
['&', '|', '^', '~', '<<', '>>', '>>>'], ['&', '|', '^', '~', '<<', '>>', '>>>'],
['==', '!=', '===', '!==', '>', '>=', '<', '<='], ['==', '!=', '===', '!==', '>', '>=', '<', '<='],
['&&', '||'], ['&&', '||'],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment