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 64e1f15 commit dd85d36Copy full SHA for dd85d36
eslintrc.json
@@ -25,6 +25,7 @@
25
26
"rules": {
27
"accessor-pairs": 2,
28
+ "arrow-parens": [2, "always"],
29
"arrow-spacing": [2, { "before": true, "after": true }],
30
"block-spacing": [2, "always"],
31
"brace-style": [2, "1tbs", { "allowSingleLine": true }],
0 commit comments