Skip to content

Commit

Permalink
Add as-needed arrow-parens rule.
Browse files Browse the repository at this point in the history
As discussed in: standard/standard#309
  • Loading branch information
KevinGrandon committed Oct 27, 2015
1 parent fdf56e4 commit 3359719
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -23,6 +23,7 @@
"rules": {
"accessor-pairs": 2,
"arrow-spacing": [2, { "before": true, "after": true }],
"arrow-parens": [2, "as-needed"],
"block-spacing": [2, "always"],
"brace-style": [2, "1tbs", { "allowSingleLine": true }],
"comma-dangle": [2, "never"],
Expand Down

0 comments on commit 3359719

Please sign in to comment.