Skip to content

Commit c453428

Browse files
committed
docs: rebuild docs
1 parent d625db4 commit c453428

File tree

422 files changed

+8570
-5820
lines changed

Some content is hidden

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

422 files changed

+8570
-5820
lines changed

examples/webpack-react-dom-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@tsconfig/node22": "22.0.0",
2626
"@tsconfig/strictest": "2.0.5",
2727
"@types/dotenv-webpack": "7.0.7",
28-
"@types/node": "^22.10.0",
28+
"@types/node": "^22.10.1",
2929
"@types/react": "^18.3.12",
3030
"@types/react-dom": "^18.3.1",
3131
"css-loader": "^7.1.2",
@@ -46,5 +46,5 @@
4646
"webpack-cli": "^5.1.4",
4747
"webpack-dev-server": "^5.1.0"
4848
},
49-
"packageManager": "[email protected].2"
49+
"packageManager": "[email protected].3"
5050
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"devDependencies": {
5050
"@changesets/cli": "^2.27.10",
5151
"@effect/language-service": "^0.2.0",
52-
"@effect/platform": "^0.69.27",
53-
"@effect/platform-bun": "^0.49.29",
54-
"@effect/platform-node": "^0.64.29",
52+
"@effect/platform": "^0.69.28",
53+
"@effect/platform-bun": "^0.49.30",
54+
"@effect/platform-node": "^0.64.30",
5555
"@effect/schema": "^0.75.5",
5656
"@eslint/config-inspector": "^0.5.6",
5757
"@eslint/js": "^9.15.0",
@@ -60,7 +60,7 @@
6060
"@swc/core": "^1.9.3",
6161
"@tsconfig/node22": "^22.0.0",
6262
"@tsconfig/strictest": "^2.0.5",
63-
"@types/node": "^22.10.0",
63+
"@types/node": "^22.10.1",
6464
"@types/react": "^18.3.12",
6565
"@types/react-dom": "^18.3.1",
6666
"@typescript-eslint/eslint-plugin": "^8.16.0",
@@ -71,7 +71,7 @@
7171
"concurrently": "^9.1.0",
7272
"cspell": "^8.16.1",
7373
"dprint": "^0.47.5",
74-
"effect": "^3.10.18",
74+
"effect": "^3.10.19",
7575
"esbuild": "^0.24.0",
7676
"eslint": "^9.15.0",
7777
"eslint-config-flat-gitignore": "^0.3.0",
@@ -101,14 +101,14 @@
101101
"tsx": "^4.19.2",
102102
"turbo": "^2.3.3",
103103
"type-fest": "^4.29.0",
104-
"typedoc": "^0.27.0",
105-
"typedoc-plugin-markdown": "^4.2.10",
104+
"typedoc": "^0.27.1",
105+
"typedoc-plugin-markdown": "^4.3.0",
106106
"typedoc-plugin-rename-defaults": "^0.7.2",
107107
"typescript": "^5.7.2",
108108
"typescript-eslint": "^8.16.0",
109109
"vitest": "^2.1.6"
110110
},
111-
"packageManager": "[email protected].2",
111+
"packageManager": "[email protected].3",
112112
"engines": {
113113
"bun": ">=1.0.15",
114114
"node": ">=18.18.0"

packages/core/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**@eslint-react/core****Docs**
1+
**@eslint-react/core**
22

33
***
44

packages/core/docs/functions/getComponentNameFromIdentifier.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**@eslint-react/core**](../README.md)**Docs**
1+
[**@eslint-react/core**](../README.md)
22

33
***
44

@@ -10,7 +10,9 @@
1010
1111
## Parameters
1212

13-
**node**: `Identifier` \| `Identifier`[]
13+
### node
14+
15+
`Identifier` | `Identifier`[]
1416

1517
## Returns
1618

packages/core/docs/functions/getFunctionComponentIdentifier.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**@eslint-react/core**](../README.md)**Docs**
1+
[**@eslint-react/core**](../README.md)
22

33
***
44

@@ -10,9 +10,13 @@
1010
1111
## Parameters
1212

13-
**node**: `TSESTreeFunction`
13+
### node
1414

15-
**context**: `Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
15+
`TSESTreeFunction`
16+
17+
### context
18+
19+
`Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
1620

1721
## Returns
1822

packages/core/docs/functions/getPhaseKindOfFunction.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**@eslint-react/core**](../README.md)**Docs**
1+
[**@eslint-react/core**](../README.md)
22

33
***
44

@@ -10,7 +10,9 @@
1010
1111
## Parameters
1212

13-
**node**: `TSESTreeFunction`
13+
### node
14+
15+
`TSESTreeFunction`
1416

1517
## Returns
1618

packages/core/docs/functions/hasNoneOrValidComponentName.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**@eslint-react/core**](../README.md)**Docs**
1+
[**@eslint-react/core**](../README.md)
22

33
***
44

@@ -10,9 +10,13 @@
1010
1111
## Parameters
1212

13-
**node**: `TSESTreeFunction`
13+
### node
1414

15-
**context**: `Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
15+
`TSESTreeFunction`
16+
17+
### context
18+
19+
`Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
1620

1721
## Returns
1822

packages/core/docs/functions/isCallFromReact.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**@eslint-react/core**](../README.md)**Docs**
1+
[**@eslint-react/core**](../README.md)
22

33
***
44

@@ -10,17 +10,23 @@
1010
1111
## Parameters
1212

13-
**name**: `string`
13+
### name
14+
15+
`string`
1416

1517
## Returns
1618

1719
`Function`
1820

1921
### Parameters
2022

21-
**node**: `CallExpression`
23+
#### node
24+
25+
`CallExpression`
26+
27+
#### context
2228

23-
**context**: `Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
29+
`Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
2430

2531
### Returns
2632

packages/core/docs/functions/isCallFromReactMember.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**@eslint-react/core**](../README.md)**Docs**
1+
[**@eslint-react/core**](../README.md)
22

33
***
44

@@ -10,19 +10,27 @@
1010
1111
## Parameters
1212

13-
**pragmaMemberName**: `string`
13+
### pragmaMemberName
1414

15-
**name**: `string`
15+
`string`
16+
17+
### name
18+
19+
`string`
1620

1721
## Returns
1822

1923
`Function`
2024

2125
### Parameters
2226

23-
**node**: `CallExpression`
27+
#### node
28+
29+
`CallExpression`
30+
31+
#### context
2432

25-
**context**: `Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
33+
`Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
2634

2735
### Returns
2836

packages/core/docs/functions/isChildrenCount.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**@eslint-react/core**](../README.md)**Docs**
1+
[**@eslint-react/core**](../README.md)
22

33
***
44

@@ -10,11 +10,17 @@
1010
1111
## Parameters
1212

13-
**node**: `MemberExpression`
13+
### node
1414

15-
**context**: `Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
15+
`MemberExpression`
1616

17-
**pragma?**: `string`
17+
### context
18+
19+
`Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\>
20+
21+
### pragma?
22+
23+
`string`
1824

1925
## Returns
2026

0 commit comments

Comments
 (0)