Skip to content

Commit c9277e3

Browse files
committed
docs: rebuild docs
1 parent 13f4eea commit c9277e3

37 files changed

+111
-83
lines changed

packages/core/docs/functions/getFunctionComponentIdentifier.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Function: getFunctionComponentIdentifier()
88

9-
> **getFunctionComponentIdentifier**(`node`, `context`): `TSESTree.Identifier` \| `TSESTree.Identifier`[] \| `_`
9+
> **getFunctionComponentIdentifier**(`node`, `context`): `undefined` \| `Identifier` \| `Identifier`[]
1010
1111
## Parameters
1212

@@ -16,8 +16,8 @@
1616

1717
### context
1818

19-
`Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
19+
`Readonly`
2020

2121
## Returns
2222

23-
`TSESTree.Identifier` \| `TSESTree.Identifier`[] \| `_`
23+
`undefined` \| `Identifier` \| `Identifier`[]

packages/core/docs/functions/hasNoneOrValidComponentName.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
### context
1818

19-
`Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
19+
`Readonly`
2020

2121
## Returns
2222

packages/core/docs/functions/isChildrenCount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
### context
1818

19-
`Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
19+
`Readonly`
2020

2121
## Returns
2222

packages/core/docs/functions/isChildrenCountCall.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#### context
1616

17-
`Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
17+
`Readonly`
1818

1919
### Returns
2020

@@ -42,7 +42,7 @@
4242

4343
#### context
4444

45-
`Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
45+
`Readonly`
4646

4747
### Returns
4848

packages/core/docs/functions/isChildrenForEach.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
### context
1818

19-
`Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
19+
`Readonly`
2020

2121
## Returns
2222

packages/core/docs/functions/isChildrenForEachCall.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#### context
1616

17-
`Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
17+
`Readonly`
1818

1919
### Returns
2020

@@ -42,7 +42,7 @@
4242

4343
#### context
4444

45-
`Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
45+
`Readonly`
4646

4747
### Returns
4848

packages/core/docs/functions/isChildrenMap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
### context
1818

19-
`Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
19+
`Readonly`
2020

2121
## Returns
2222

packages/core/docs/functions/isChildrenMapCall.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#### context
1616

17-
`Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
17+
`Readonly`
1818

1919
### Returns
2020

@@ -42,7 +42,7 @@
4242

4343
#### context
4444

45-
`Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
45+
`Readonly`
4646

4747
### Returns
4848

packages/core/docs/functions/isChildrenOfCreateElement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The AST node to check
2020

2121
### context
2222

23-
`Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
23+
`Readonly`
2424

2525
The rule context
2626

packages/core/docs/functions/isChildrenOnly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
### context
1818

19-
`Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
19+
`Readonly`
2020

2121
## Returns
2222

0 commit comments

Comments
 (0)