Skip to content

Commit 697afb2

Browse files
authoredJan 4, 2018
Merge pull request import-js#845 from daltones/patch-2
[docs] Fix `newline-after-import` example
2 parents 2aef76e + cf60a20 commit 697afb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎docs/rules/newline-after-import.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,8 @@ const FOO = 'BAR'
7373

7474

7575
## Example options usage
76-
```
76+
```json
7777
{
78-
...
7978
"rules": {
8079
"import/newline-after-import": ["error", { "count": 2 }]
8180
}

0 commit comments

Comments
 (0)
Please sign in to comment.