Skip to content

Commit 4909752

Browse files
committed
chore: add eslint rule for operator spacing
1 parent deab131 commit 4909752

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"error",
3434
"never"
3535
],
36-
"object-curly-spacing": [1, "always"]
36+
"object-curly-spacing": [1, "always"],
37+
"space-infix-ops": ["error"]
3738
}
3839
}

0 commit comments

Comments
 (0)