Skip to content

Commit d91defd

Browse files
committed
Add @stylistic/indent-binary-ops rule
https://eslint.style/rules/plus/indent-binary-ops
1 parent fb5e204 commit d91defd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,10 @@ const rules = {
691691
'error',
692692
'both',
693693
],
694+
'@stylistic/indent-binary-ops': [
695+
'error',
696+
'tab',
697+
],
694698
};
695699

696700
const config = {

0 commit comments

Comments
 (0)