Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs: Adds import example for object-curly-newline rule (refs #12018) (
  • Loading branch information
lukenofurther committed Apr 23, 2020
1 parent 5a0e84e commit 516f253
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/rules/object-curly-newline.md
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 516f253

Please sign in to comment.