Skip to content

Commit

Permalink
[guide] Add eslint rule to spacing in a function signature topic
Browse files Browse the repository at this point in the history
[guide] Add eslint rules to spacing in a function signature topic
  • Loading branch information
felipethome committed Aug 2, 2016
1 parent 6454839 commit f94f6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ Other Style Guides
```
<a name="functions--signature-spacing"></a><a name="7.11"></a>
- [7.11](#functions--signature-spacing) Spacing in a function signature.
- [7.11](#functions--signature-spacing) Spacing in a function signature. eslint: [`space-before-function-paren`](http://eslint.org/docs/rules/space-before-function-paren) [`space-before-blocks`](http://eslint.org/docs/rules/space-before-blocks)

> Why? Consistency is good, and you shouldn’t have to add or remove a space when adding or removing a name.

Expand Down

0 comments on commit f94f6e2

Please # to comment.