Commit 4c556196 authored by Kevin Lacker's avatar Kevin Lacker
Browse files

allow 2 * x + 1

parent 3e9fb857
1 merge request!202allow 2 * x + 1
Showing with 0 additions and 1 deletion
+0 -1
......@@ -92,7 +92,6 @@ module.exports = {
'no-loop-func': WARNING,
'no-mixed-operators': [WARNING, {
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