From a9fc9d8a0f8b606d560bd173af4cdcfa18e86261 Mon Sep 17 00:00:00 2001 From: Rauno Date: Mon, 5 Mar 2018 22:24:19 +0200 Subject: [PATCH] [docs] [js] add function-paren-newline eslint reference link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 881eb01490..4b9f4f709c 100644 --- a/README.md +++ b/README.md @@ -879,7 +879,7 @@ Other Style Guides ``` - - [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. + - [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) ```javascript // bad