Skip to content

Commit a9fc9d8

Browse files
committed
[docs] [js] add function-paren-newline eslint reference link
1 parent 396166b commit a9fc9d8

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
@@ -879,7 +879,7 @@ Other Style Guides
879879
```
880880

881881
<a name="functions--signature-invocation-indentation"></a>
882-
- [7.15](#functions--signature-invocation-indentation) Functions with multiline signatures, or invocations, should be indented just like every other multiline list in this guide: with each item on a line by itself, with a trailing comma on the last item.
882+
- [7.15](#functions--signature-invocation-indentation) Functions with multiline signatures, or invocations, should be indented just like every other multiline list in this guide: with each item on a line by itself, with a trailing comma on the last item. eslint: [`function-paren-newline`](https://eslint.org/docs/rules/function-paren-newline)
883883

884884
```javascript
885885
// bad

0 commit comments

Comments
 (0)