We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bec69 commit 43c0f08Copy full SHA for 43c0f08
.eslintrc.json
@@ -17,6 +17,7 @@
17
"one-var": [2, "never"],
18
"eqeqeq": 2,
19
"comma-style": 2,
20
+ "comma-spacing": ["error", {"before": false, "after": true}],
21
"no-nested-ternary": 2,
22
"no-unneeded-ternary": 2,
23
"react/jsx-uses-vars": 2,
0 commit comments