Skip to content

Commit c7c799c

Browse files
committed
1 parent 599e3de commit c7c799c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,8 @@ module.exports = {
481481
asyncArrow: 'always'
482482
}
483483
],
484+
'space-infix-ops': 'off',
485+
'@typescript-eslint/space-infix-ops': 'error',
484486
semi: 'off',
485487
'@typescript-eslint/semi': [
486488
'error',

0 commit comments

Comments
 (0)