From e6e6414c973d6aa5f3672296fe3cf6c399ca570a Mon Sep 17 00:00:00 2001 From: Dmitry Semigradsky Date: Mon, 9 Mar 2020 12:55:31 +0300 Subject: [PATCH] [guide] Add link to eslint rule for https://github.com/airbnb/javascript#modules--multiline-imports-over-newlines --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5aa7ca2c63..cab3365246 100644 --- a/README.md +++ b/README.md @@ -1410,6 +1410,7 @@ Other Style Guides - [10.8](#modules--multiline-imports-over-newlines) Multiline imports should be indented just like multiline array and object literals. + eslint: [`object-curly-newline`](https://eslint.org/docs/rules/object-curly-newline) > Why? The curly braces follow the same indentation rules as every other curly brace block in the style guide, as do the trailing commas.