Skip to content

Commit

Permalink
[guide] Add link to eslint rule for https://github.com/airbnb/javascr…
Browse files Browse the repository at this point in the history
  • Loading branch information
Semigradsky authored and ljharb committed Mar 9, 2020
1 parent 717ba51 commit e6e6414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1410,6 +1410,7 @@ Other Style Guides

<a name="modules--multiline-imports-over-newlines"></a>
- [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.

Expand Down

0 comments on commit e6e6414

Please sign in to comment.