Skip to content

Commit

Permalink
fixup! Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhyndman committed Jun 7, 2016
1 parent 543419d commit 4d2c2d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/rules/arrow-body-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Arrow functions can omit braces when there is a single statement in the body. Th

## Rule Details

This rule can enforce the use of braces around arrow function body.
Arrow functions have two syntactic forms for their function bodies. They may be defined with a *block* body (denoted by curly braces) or with a single expression, which implicitly returns.

This rule may be used to standardize your usage and thus avoid syntactic ambiguity.

## Options

Expand Down

0 comments on commit 4d2c2d3

Please sign in to comment.