Skip to content

Commit f872950

Browse files
committed
docs: update readme
1 parent 911d0b9 commit f872950

File tree

17 files changed

+363
-363
lines changed

17 files changed

+363
-363
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ More than 80 high-quality linting rules for writing better React code.
1515

1616
## Public Packages
1717

18-
### All-In-One Plugin
19-
20-
- [`@eslint-react/eslint-plugin`](https://www.npmjs.com/package/@eslint-react/eslint-plugin) - The main ESLint plugin package including all rules and config presets in this repository.
21-
22-
### Modular Plugins
18+
### Modular
2319

2420
- [`eslint-plugin-react-x`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) - Core rules (renderer-agnostic, compatible with x-platform).
2521
- [`eslint-plugin-react-dom`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) - DOM specific rules for React DOM.
2622
- [`eslint-plugin-react-web-api`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-web-api) - Rules for interacting with Web APIs.
2723
- [`eslint-plugin-react-hooks-extra`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-hooks-extra) - Extra React Hooks rules.
2824
- [`eslint-plugin-react-naming-convention`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention) - Naming convention rules.
2925

26+
### All-In-One
27+
28+
- [`@eslint-react/eslint-plugin`](https://www.npmjs.com/package/@eslint-react/eslint-plugin) - All rules and config presets from the above plugins.
29+
3030
## Installation
3131

3232
### Install

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@tsconfig/strictest": "^2.0.5",
4343
"@types/mdx": "^2.0.13",
4444
"@types/node": "^22.13.4",
45-
"@types/react": "^19.0.8",
45+
"@types/react": "^19.0.9",
4646
"@types/react-dom": "^19.0.3",
4747
"autoprefixer": "^10.4.20",
4848
"dedent": "^1.5.3",

examples/dual-react-dom-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@tsconfig/node22": "^22.0.0",
3737
"@tsconfig/strictest": "^2.0.5",
3838
"@types/node": "^22.13.4",
39-
"@types/react": "^19.0.8",
39+
"@types/react": "^19.0.9",
4040
"eslint": "^9.20.1",
4141
"eslint-plugin-react-hooks": "^5.1.0",
4242
"eslint-plugin-vitest": "^0.5.4",

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@next/eslint-plugin-next": "^15.1.7",
2323
"@types/negotiator": "^0.6.3",
2424
"@types/node": "^22.13.4",
25-
"@types/react": "^19.0.8",
25+
"@types/react": "^19.0.9",
2626
"@types/react-dom": "^19.0.3",
2727
"autoprefixer": "^10.4.20",
2828
"eslint": "^9.20.1",

examples/vite-react-dom-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@eslint/js": "^9.20.0",
2121
"@tsconfig/node22": "^22.0.0",
2222
"@tsconfig/strictest": "^2.0.5",
23-
"@types/react": "^19.0.8",
23+
"@types/react": "^19.0.9",
2424
"@types/react-dom": "^19.0.3",
2525
"@vitejs/plugin-react": "^4.3.4",
2626
"eslint": "^9.20.1",

examples/vite-react-dom-js-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.0.0",
2020
"@eslint/js": "^9.20.0",
21-
"@types/react": "^19.0.8",
21+
"@types/react": "^19.0.9",
2222
"@types/react-dom": "^19.0.3",
2323
"@vitejs/plugin-react": "^4.3.4",
2424
"eslint": "^9.20.1",

examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@eslint/js": "^9.20.0",
2525
"@types/babel__core": "~7.20.5",
2626
"@types/babel__preset-env": "~7.10.0",
27-
"@types/react": "^19.0.8",
27+
"@types/react": "^19.0.9",
2828
"@types/react-dom": "^19.0.3",
2929
"@vitejs/plugin-react": "^4.3.4",
3030
"eslint": "^9.20.1",

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@eslint/js": "^9.20.0",
2222
"@tsconfig/node22": "^22.0.0",
2323
"@tsconfig/strictest": "^2.0.5",
24-
"@types/react": "^19.0.8",
24+
"@types/react": "^19.0.9",
2525
"@types/react-dom": "^19.0.3",
2626
"@vitejs/plugin-react": "^4.3.4",
2727
"eslint": "^9.20.1",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@tsconfig/node22": "^22.0.0",
6666
"@tsconfig/strictest": "^2.0.5",
6767
"@types/node": "^22.13.4",
68-
"@types/react": "^19.0.8",
68+
"@types/react": "^19.0.9",
6969
"@types/react-dom": "^19.0.3",
7070
"@typescript-eslint/parser": "^8.24.0",
7171
"@typescript-eslint/rule-tester": "^8.24.0",
@@ -119,7 +119,7 @@
119119
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
120120
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
121121
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
122-
"@types/react": "^19.0.8",
122+
"@types/react": "^19.0.9",
123123
"@types/react-dom": "^19.0.3",
124124
"cross-spawn": "^7.0.6",
125125
"esbuild": "^0.25.0",

packages/plugins/eslint-plugin-react-debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"devDependencies": {
6666
"@local/configs": "workspace:*",
67-
"@types/react": "^19.0.8",
67+
"@types/react": "^19.0.9",
6868
"@types/react-dom": "^19.0.3",
6969
"tsup": "^8.3.6"
7070
},

0 commit comments

Comments
 (0)