You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/eslint/rules/jsdoc-no-missing-blank-lines/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ limitations under the License.
20
20
21
21
# Missing Blank Lines
22
22
23
-
> [ESLint rule][eslint-rules] to require blank lines between block nodes in JSDoc descriptions.
23
+
> [ESLint rule][eslint-rules] to require blank lines between Markdown block nodes in JSDoc descriptions.
24
24
25
25
<sectionclass="intro">
26
26
@@ -38,7 +38,7 @@ var rule = require( '@stdlib/_tools/eslint/rules/jsdoc-no-missing-blank-lines' )
38
38
39
39
#### rule
40
40
41
-
[ESLint rule][eslint-rules] to require blank lines between block nodes in JSDoc descriptions. By default, the rule does require blank lines between the contents of list items.
41
+
[ESLint rule][eslint-rules] to require blank lines between Markdown block nodes in JSDoc descriptions. By default, the rule does require blank lines between the contents of list items.
42
42
43
43
**Bad**:
44
44
@@ -100,7 +100,7 @@ function beep() {
100
100
}
101
101
```
102
102
103
-
The [rule][eslint-rules] may be configured using the same options as supported by [remark][remark-lint-no-missing-blank-lines]. To not require tight list items, provide `{ 'exceptTightLists': true }`.
103
+
The [rule][eslint-rules] may be configured using the same options as supported by [remark][remark-lint-no-missing-blank-lines]. To allow loose list items, set the `exceptTightLists` option to `true`.
0 commit comments