Skip to content

Commit

Permalink
Docs: Unquote booleans in lines-between-class-members docs (#9497)
Browse files Browse the repository at this point in the history
  • Loading branch information
btmills authored and aladdin-add committed Oct 22, 2017
1 parent b3d7532 commit 0f71fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/lines-between-class-members.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ String option:

Object option:

* `"exceptAfterSingleLine": "false"`(default) **do not** skip checking empty lines after singleline class members
* `"exceptAfterSingleLine": "true"` skip checking empty lines after singleline class members
* `"exceptAfterSingleLine": false`(default) **do not** skip checking empty lines after singleline class members
* `"exceptAfterSingleLine": true` skip checking empty lines after singleline class members

Examples of **incorrect** code for this rule with the string option:

Expand Down

0 comments on commit 0f71fef

Please sign in to comment.