Skip to content

Commit

Permalink
Docs: Add missing options for lines-around-comment (#9589)
Browse files Browse the repository at this point in the history
`allowClassStart` and `allowClassEnd` were missing from the options list.
  • Loading branch information
Clément Fiorio authored and aladdin-add committed Nov 8, 2017
1 parent b6a7490 commit 2542f04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/rules/lines-around-comment.md
Expand Up @@ -21,6 +21,8 @@ This rule has an object option:
* `"allowObjectEnd": true` allows comments to appear at the end of object literals
* `"allowArrayStart": true` allows comments to appear at the start of array literals
* `"allowArrayEnd": true` allows comments to appear at the end of array literals
* `"allowClassStart": true` allows comments to appear at the start of classes
* `"allowClassEnd": true` allows comments to appear at the end of classes
* `"applyDefaultIgnorePatterns"` enables or disables the default comment patterns to be ignored by the rule
* `"ignorePattern"` custom patterns to be ignored by the rule

Expand Down

0 comments on commit 2542f04

Please sign in to comment.