Skip to content

Commit ac452a9

Browse files
committed
[lint] changed the space-in-parens rule to conform with our newest wrapping conventions
1 parent a5434b0 commit ac452a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"semi": [2, "always"],
4747
"keyword-spacing": 2,
4848
"space-before-blocks": 2,
49-
"space-in-parens": [2, "never"],
49+
"space-in-parens": [0, "never"],
5050
"vars-on-top": 2,
5151
"yoda": [2, "never"]
5252
},

0 commit comments

Comments
 (0)