Skip to content

Commit 43c0f08

Browse files
author
Nick Litwin
committed
Add comma space rule
1 parent 00bec69 commit 43c0f08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"one-var": [2, "never"],
1818
"eqeqeq": 2,
1919
"comma-style": 2,
20+
"comma-spacing": ["error", {"before": false, "after": true}],
2021
"no-nested-ternary": 2,
2122
"no-unneeded-ternary": 2,
2223
"react/jsx-uses-vars": 2,

0 commit comments

Comments
 (0)