Skip to content

Commit 4b96d92

Browse files
committed
docs: rebuild docs
1 parent 589a76b commit 4b96d92

File tree

7 files changed

+29
-17
lines changed

7 files changed

+29
-17
lines changed

packages/core/docs/@eslint-react/namespaces/useHookCollector/type-aliases/ReturnType.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
1717
#### getAllHooks()
1818

19+
> **getAllHooks**(`node`): [`Map`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Map)\<`string`, [`Hook`](../../../../interfaces/Hook.md)\>
20+
1921
##### Parameters
2022

2123
###### node

packages/core/docs/functions/isReactHookCallWithName.md

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

2121
## Returns
2222

23-
`Function`
23+
> (`name`): `boolean`
2424
2525
### Parameters
2626

packages/core/docs/functions/isReactHookCallWithNameAlias.md

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

2525
## Returns
2626

27-
`Function`
27+
> (`node`): `boolean`
2828
2929
### Parameters
3030

packages/core/docs/functions/isReactHookCallWithNameLoose.md

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

1717
## Returns
1818

19-
`Function`
19+
> (`name`): `boolean`
2020
2121
### Parameters
2222

packages/core/docs/variables/isInversePhase.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,46 @@
66

77
# Variable: isInversePhase()
88

9-
> `const` **isInversePhase**: (`a`) => (`b`) => `boolean`(`a`, `b`) => `boolean`
9+
> `const` **isInversePhase**: \{(`a`): (`b`) => `boolean`; (`a`, `b`): `boolean`; \}
1010
11-
## Parameters
11+
## Call Signature
1212

13-
### a
13+
> (`a`): (`b`) => `boolean`
14+
15+
### Parameters
16+
17+
#### a
1418

1519
[`ComponentPhaseKind`](../type-aliases/ComponentPhaseKind.md)
1620

17-
## Returns
21+
### Returns
1822

19-
`Function`
23+
> (`b`): `boolean`
2024
21-
### Parameters
25+
#### Parameters
2226

23-
#### b
27+
##### b
2428

2529
[`ComponentPhaseKind`](../type-aliases/ComponentPhaseKind.md)
2630

27-
### Returns
31+
#### Returns
2832

2933
`boolean`
3034

31-
## Parameters
35+
## Call Signature
36+
37+
> (`a`, `b`): `boolean`
38+
39+
### Parameters
3240

33-
### a
41+
#### a
3442

3543
[`ComponentPhaseKind`](../type-aliases/ComponentPhaseKind.md)
3644

37-
### b
45+
#### b
3846

3947
[`ComponentPhaseKind`](../type-aliases/ComponentPhaseKind.md)
4048

41-
## Returns
49+
### Returns
4250

4351
`boolean`

packages/utilities/kit/docs/functions/createReport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ The context of the rule
2626

2727
## Returns
2828

29-
`Function`
30-
3129
A function that takes a descriptor and reports it if it's not null or undefined
3230

31+
> (`descriptor`): `void`
32+
3333
### Parameters
3434

3535
#### descriptor

packages/utilities/kit/docs/functions/toRegExp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Returns the `RegExp`.
2828

2929
### test()
3030

31+
> **test**(`s`): `boolean`
32+
3133
#### Parameters
3234

3335
##### s

0 commit comments

Comments
 (0)