Skip to content

Commit f94f6e2

Browse files
committed
[guide] Add eslint rule to spacing in a function signature topic
[guide] Add eslint rules to spacing in a function signature topic
1 parent 6454839 commit f94f6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ Other Style Guides
743743
```
744744
745745
<a name="functions--signature-spacing"></a><a name="7.11"></a>
746-
- [7.11](#functions--signature-spacing) Spacing in a function signature.
746+
- [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)
747747

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

0 commit comments

Comments
 (0)