We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eslint
Learn more about funding links in repositories.
Report abuse
1 parent b3d7532 commit 0f71fefCopy full SHA for 0f71fef
docs/rules/lines-between-class-members.md
@@ -44,8 +44,8 @@ String option:
44
45
Object option:
46
47
-* `"exceptAfterSingleLine": "false"`(default) **do not** skip checking empty lines after singleline class members
48
-* `"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
49
50
Examples of **incorrect** code for this rule with the string option:
51
0 commit comments