Skip to content

Commit

Permalink
Docs: Adds import example for object-curly-newline rule (refs eslint#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lukenofurther committed Apr 12, 2020
1 parent 54630f0 commit 74e216b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/rules/object-curly-newline.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,9 @@ import {
foo,
bar
} from 'foo-bar';
import {
foo, bar
} from 'foo-bar';
import {
foo as f,
bar
Expand Down

0 comments on commit 74e216b

Please sign in to comment.