Skip to content

Commit 5eb6c8f

Browse files
committed
Add space-infix-ops ESLint rule
1 parent e94d85f commit 5eb6c8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ const eslintConfig =
174174
}
175175
],
176176
'space-in-parens' : [ 2, 'never' ],
177+
'space-infix-ops' : [ 2, { 'int32Hint': false } ],
177178
'spaced-comment' : [ 2, 'always' ],
178179
'strict' : 2,
179180
'valid-typeof' : 2,

0 commit comments

Comments
 (0)