Skip to content

Commit

Permalink
Fix documentation of newline-after-import example
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeapage committed Jun 13, 2017
1 parent 3c46d30 commit 3268cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/newline-after-import.md
Expand Up @@ -76,7 +76,7 @@ const FOO = 'BAR'
{
...
"rules": {
"import/newline-after-import": [{ "count": 2 }]
"import/newline-after-import": ["error", { "count": 2 }]
}
}
```
Expand Down

0 comments on commit 3268cb1

Please sign in to comment.