Skip to content

Commit f8bb37f

Browse files
author
Kevin Lacker
authored
Merge pull request #202 from lacker/cleanlint
allow 2 * x + 1
2 parents 3e9fb85 + 4c55619 commit f8bb37f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/eslint.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ module.exports = {
9292
'no-loop-func': WARNING,
9393
'no-mixed-operators': [WARNING, {
9494
groups: [
95-
['+', '-', '*', '/', '%', '**'],
9695
['&', '|', '^', '~', '<<', '>>', '>>>'],
9796
['==', '!=', '===', '!==', '>', '>=', '<', '<='],
9897
['&&', '||'],

0 commit comments

Comments
 (0)