Skip to content

Commit 026fcc0

Browse files
CloudNStoyanbrettz9
authored andcommitted
run the create-docs script
1 parent 873eae4 commit 026fcc0

6 files changed

+6
-5
lines changed

docs/rules/check-access.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Also reports:
2626
|---|---|
2727
|Context|everywhere|
2828
|Tags|`@access`|
29-
|Recommended|false|
29+
|Recommended|true|
3030
|Settings||
3131
|Options||
3232

docs/rules/lines-before-block.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lines before the block will not be added).
3434
|---|---|
3535
|Context|everywhere|
3636
|Tags|N/A|
37-
|Recommended|true|
37+
|Recommended|false|
3838
|Settings||
3939
|Options|`excludedTags`, `ignoreSameLine`, `lines`|
4040

docs/rules/no-defaults.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ section of our README for more on the expected format.
6767
|Context|`ArrowFunctionExpression`, `FunctionDeclaration`, `FunctionExpression`; others when `contexts` option enabled|
6868
|Tags|`param`, `default`|
6969
|Aliases|`arg`, `argument`, `defaultvalue`|
70-
|Recommended|false|
70+
|Recommended|true|
7171
|Options|`contexts`, `noOptionalParamNames`|
7272

7373
<a name="user-content-no-defaults-failing-examples"></a>

docs/rules/require-asterisk-prefix.md

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ which applies to the main jsdoc block description.
5353
|---|---|
5454
|Context|everywhere|
5555
|Tags|All or as limited by the `tags` option|
56+
|Recommended|false|
5657
|Options|string ("always", "never", "any") followed by object with `tags`|
5758

5859
<a name="user-content-failing-examples"></a>

docs/rules/require-template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Defaults to `false`.
4848
|---|---|
4949
|Context|everywhere|
5050
|Tags|`template`|
51-
|Recommended|true|
51+
|Recommended|false|
5252
|Settings||
5353
|Options|`requireSeparateTemplates`|
5454

docs/rules/require-throws.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ on why TypeScript doesn't offer such a feature.
4848
| Context | `ArrowFunctionExpression`, `FunctionDeclaration`, `FunctionExpression`; others when `contexts` option enabled |
4949
| Tags | `throws` |
5050
| Aliases | `exception` |
51-
|Recommended|true|
51+
|Recommended|false|
5252
| Options |`contexts`, `exemptedBy`|
5353
| Settings | `ignoreReplacesDocs`, `overrideReplacesDocs`, `augmentsExtendsReplacesDocs`, `implementsReplacesDocs` |
5454

0 commit comments

Comments
 (0)