Skip to content

Commit ccb2ed7

Browse files
committed
fix: update scripts and docs
1 parent f7866f9 commit ccb2ed7

32 files changed

+212
-1097
lines changed

apps/website/content/docs/rules/meta.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"pages": [
33
"overview",
44
"---X Rules---",
5+
"avoid-shorthand-boolean",
6+
"avoid-shorthand-fragment",
57
"jsx-key-before-spread",
68
"jsx-no-duplicate-props",
79
"jsx-no-iife",
@@ -58,8 +60,7 @@
5860
"prefer-read-only-props",
5961
"prefer-shorthand-boolean",
6062
"prefer-shorthand-fragment",
61-
"avoid-shorthand-boolean",
62-
"avoid-shorthand-fragment",
63+
"prefer-use-state-lazy-initialization",
6364
"---DOM Rules---",
6465
"dom-no-dangerously-set-innerhtml",
6566
"dom-no-dangerously-set-innerhtml-with-children",
@@ -77,6 +78,7 @@
7778
"dom-no-unsafe-target-blank",
7879
"dom-no-use-form-state",
7980
"dom-no-void-elements-with-children",
81+
"dom-prefer-namespace-import",
8082
"---Web API Rules---",
8183
"web-api-no-leaked-event-listener",
8284
"web-api-no-leaked-interval",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@eslint/markdown": "^7.2.0",
6161
"@local/configs": "workspace:*",
6262
"@local/eslint-plugin-local": "workspace:*",
63-
"@swc/core": "^1.13.4",
63+
"@swc/core": "^1.13.5",
6464
"@tsconfig/node22": "^22.0.2",
6565
"@tsconfig/strictest": "^2.0.5",
6666
"@types/node": "^24.3.0",
@@ -95,11 +95,11 @@
9595
"ts-pattern": "^5.8.0",
9696
"tslib": "^2.8.1",
9797
"tsup": "^8.5.0",
98-
"tsx": "^4.20.4",
98+
"tsx": "^4.20.5",
9999
"type-fest": "^4.41.0",
100100
"typedoc": "^0.28.10",
101101
"typedoc-plugin-markdown": "^4.8.1",
102-
"typedoc-plugin-mdn-links": "^5.0.8",
102+
"typedoc-plugin-mdn-links": "^5.0.9",
103103
"typescript": "^5.9.2",
104104
"typescript-eslint": "^8.40.0",
105105
"vitest": "^3.2.4"

packages/core/docs/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132
- [isGetInitialState](functions/isGetInitialState.md)
133133
- [isGetSnapshotBeforeUpdate](functions/isGetSnapshotBeforeUpdate.md)
134134
- [isHostElement](functions/isHostElement.md)
135-
- [isInitializedFromReact](functions/isInitializedFromReact.md)
136135
- [isInsideRenderMethod](functions/isInsideRenderMethod.md)
137136
- [isJsxLike](functions/isJsxLike.md)
138137
- [isJsxText](functions/isJsxText.md)

packages/core/docs/functions/isInitializedFromReact.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

packages/plugins/eslint-plugin-react-dom/src/rules/no-string-style-prop.mdx

Lines changed: 0 additions & 51 deletions
This file was deleted.

packages/plugins/eslint-plugin-react-hooks-extra/src/rules/no-unnecessary-use-callback.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

packages/plugins/eslint-plugin-react-hooks-extra/src/rules/no-unnecessary-use-memo.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)