Skip to content

Commit

Permalink
Merge pull request #845 from daltones/patch-2
Browse files Browse the repository at this point in the history
[docs] Fix `newline-after-import` example
  • Loading branch information
ljharb committed Jan 4, 2018
2 parents 2aef76e + cf60a20 commit 697afb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/rules/newline-after-import.md
Expand Up @@ -73,9 +73,8 @@ const FOO = 'BAR'


## Example options usage
```
```json
{
...
"rules": {
"import/newline-after-import": ["error", { "count": 2 }]
}
Expand Down

0 comments on commit 697afb2

Please sign in to comment.