Skip to content

Commit

Permalink
Docs: lines-around-comment doesn't disallow empty lines (eslint#8151)
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto authored and not-an-aardvark committed Feb 26, 2017
1 parent 1c84922 commit 163d751
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/rules/lines-around-comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ This rule requires empty lines before and/or after comments. It can be enabled s
This rule has an object option:

* `"beforeBlockComment": true` (default) requires an empty line before block comments
* `"beforeBlockComment": false` disallows an empty line before block comments
* `"afterBlockComment": true` requires an empty line after block comments
* `"beforeLineComment": true` requires an empty line before line comments
* `"afterLineComment": true` requires an empty line after line comments
Expand Down

0 comments on commit 163d751

Please sign in to comment.