Skip to content

Commit 1193d1e

Browse files
committed
docs: improve linebreaks
1 parent 48d1a6f commit 1193d1e

File tree

74 files changed

+47
-207
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+47
-207
lines changed

docs/rules/check-alignment.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Set to 0 if you wish to avoid the normal requirement for an inner indentation of
3232
one space. Defaults to 1 (one space of normal inner indentation).
3333

3434

35-
3635
<a name="user-content-check-alignment-context-and-settings"></a>
3736
<a name="check-alignment-context-and-settings"></a>
3837
## Context and settings

docs/rules/check-indentation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ report a padding issue:
5656
```
5757

5858

59-
6059
<a name="user-content-check-indentation-context-and-settings"></a>
6160
<a name="check-indentation-context-and-settings"></a>
6261
## Context and settings

docs/rules/check-line-alignment.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ The indent that will be applied for tag text after the first line.
109109
Default to the empty string (no indent).
110110

111111

112-
113112
<a name="user-content-check-line-alignment-context-and-settings"></a>
114113
<a name="check-line-alignment-context-and-settings"></a>
115114
## Context and settings

docs/rules/check-param-names.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ value but you wish its keys to be considered as signalling that the properties
166166
are present and can therefore be documented. Defaults to `false`.
167167

168168

169-
170169
<a name="user-content-check-param-names-context-and-settings"></a>
171170
<a name="check-param-names-context-and-settings"></a>
172171
## Context and settings

docs/rules/check-property-names.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ the definitions do not match in other ways (e.g., the second property will
4141
be removed even if it has a different type or description).
4242

4343

44-
4544
<a name="user-content-check-property-names-context-and-settings"></a>
4645
<a name="check-property-names-context-and-settings"></a>
4746
## Context and settings

docs/rules/check-tag-names.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ this
326326
```
327327

328328

329-
330329
<a name="user-content-check-tag-names-context-and-settings"></a>
331330
<a name="check-tag-names-context-and-settings"></a>
332331
## Context and settings

docs/rules/check-types.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ over "String") will not be enforced. The option's default is `false`.
8484
If this option is `true`, will currently override `unifyParentAndChildTypeChecks` on the `preferredTypes` setting.
8585

8686

87-
8887
<a name="user-content-check-types-why-not-capital-case-everything"></a>
8988
<a name="check-types-why-not-capital-case-everything"></a>
9089
## Why not capital case everything?

docs/rules/check-values.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ Whether to enable validation that `@variation` must be a number. Defaults to
7373
`false`.
7474

7575

76-
7776
<a name="user-content-check-values-context-and-settings"></a>
7877
<a name="check-values-context-and-settings"></a>
7978
## Context and settings

docs/rules/convert-to-jsdoc-comments.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Can either be strings or an object with a `context` string and an optional, defa
4040
Defaults to `ArrowFunctionExpression`, `FunctionDeclaration`,
4141
`FunctionExpression`, `TSDeclareFunction`.
4242

43-
4443
<a name="user-content-convert-to-jsdoc-comments-options-contextsafter"></a>
4544
<a name="convert-to-jsdoc-comments-options-contextsafter"></a>
4645
### <code>contextsAfter</code>
@@ -89,7 +88,6 @@ be converted to `multi` style JSDoc comments.)
8988

9089
Defaults to `multi`.
9190

92-
9391
<a name="user-content-convert-to-jsdoc-comments-options-lineorblockstyle"></a>
9492
<a name="convert-to-jsdoc-comments-options-lineorblockstyle"></a>
9593
### <code>lineOrBlockStyle</code>
@@ -103,7 +101,6 @@ What style of comments to which to apply JSDoc conversion.
103101
Defaults to `both`.
104102

105103

106-
107104
|||
108105
|---|---|
109106
|Context|`ArrowFunctionExpression`, `FunctionDeclaration`, `FunctionExpression`|

docs/rules/empty-tags.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ add them within this option.
6161
```
6262

6363

64-
65-
6664
<a name="user-content-context-and-settings"></a>
6765
<a name="context-and-settings"></a>
6866
## Context and settings

0 commit comments

Comments
 (0)