Skip to content

Commit

Permalink
Merge pull request #873 from lukeapage/patch-3
Browse files Browse the repository at this point in the history
Fix documentation of newline-after-import example
  • Loading branch information
ljharb committed Jun 13, 2017
2 parents 3c46d30 + 3268cb1 commit ebaa8e3
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 ebaa8e3

Please sign in to comment.