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 c6b10f6 commit cf31561Copy full SHA for cf31561
1 file changed
eslintrc.json
@@ -19,6 +19,7 @@
19
"accessor-pairs": 2,
20
"array-bracket-spacing": 0,
21
"arrow-parens": 0,
22
+ "arrow-spacing": [2, { "before": true, "after": true }],
23
"block-scoped-var": 0,
24
"brace-style": [2, "1tbs", { "allowSingleLine": true }],
25
"callback-return": 0,
0 commit comments