Skip to content

Commit

Permalink
New rule: Require parens in arrow function arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Feb 5, 2016
1 parent 64e1f15 commit dd85d36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

"rules": {
"accessor-pairs": 2,
"arrow-parens": [2, "always"],
"arrow-spacing": [2, { "before": true, "after": true }],
"block-spacing": [2, "always"],
"brace-style": [2, "1tbs", { "allowSingleLine": true }],
Expand Down

0 comments on commit dd85d36

Please sign in to comment.