Skip to content

Commit e5e99d0

Browse files
committed
docs: update readme
1 parent 17e7dc9 commit e5e99d0

File tree

19 files changed

+539
-542
lines changed

19 files changed

+539
-542
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ A set of composable ESLint rules for libraries and frameworks that use React as
88

99
## Features
1010

11-
- **Simple**: Low configuration overhead with sensible defaults.
1211
- **Flexible**: Increased flexibility with more granular severity control.
1312
- **Comprehensive**: First-class support for TypeScript, React 19, polymorphic components.
1413
- **Advanced Analysis**: Handles complex scenarios and identifies problems that other tools might miss.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
"@tsconfig/node22": "^22.0.0",
3535
"@tsconfig/strictest": "^2.0.5",
3636
"@types/node": "^22.10.5",
37-
"@types/react": "^19.0.3",
37+
"@types/react": "^19.0.4",
3838
"eslint": "^9.17.0",
3939
"eslint-plugin-react-hooks": "^5.1.0",
4040
"eslint-plugin-vitest": "^0.5.4",
4141
"react": "^19.0.0",
4242
"tsup": "^8.3.5",
43-
"typescript": "^5.7.2",
43+
"typescript": "^5.7.3",
4444
"typescript-eslint": "^8.19.1"
4545
},
4646
"peerDependencies": {

examples/next-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@next/eslint-plugin-next": "^15.1.4",
2323
"@types/negotiator": "^0.6.3",
2424
"@types/node": "^22.10.5",
25-
"@types/react": "^19.0.3",
25+
"@types/react": "^19.0.4",
2626
"@types/react-dom": "^19.0.2",
2727
"autoprefixer": "10.4.20",
2828
"eslint": "^9.17.0",
@@ -31,7 +31,7 @@
3131
"eslint-plugin-react-refresh": "^0.4.16",
3232
"postcss": "8.4.49",
3333
"tailwindcss": "3.4.17",
34-
"typescript": "^5.7.2",
34+
"typescript": "^5.7.3",
3535
"typescript-eslint": "^8.19.1"
3636
},
3737
"engines": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"@eslint/js": "^9.17.0",
2121
"@tsconfig/node22": "^22.0.0",
2222
"@tsconfig/strictest": "^2.0.5",
23-
"@types/react": "^19.0.3",
23+
"@types/react": "^19.0.4",
2424
"@types/react-dom": "^19.0.2",
2525
"@vitejs/plugin-react": "^4.3.4",
2626
"eslint": "^9.17.0",
2727
"eslint-plugin-react-hooks": "^5.1.0",
2828
"eslint-plugin-react-refresh": "^0.4.16",
29-
"typescript": "^5.7.2",
29+
"typescript": "^5.7.3",
3030
"typescript-eslint": "^8.19.1",
3131
"vite": "^6.0.7"
3232
},

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": "^1.23.2",
1919
"@eslint/config-inspector": "^0.7.1",
2020
"@eslint/js": "^9.17.0",
21-
"@types/react": "^19.0.3",
21+
"@types/react": "^19.0.4",
2222
"@types/react-dom": "^19.0.2",
2323
"@vitejs/plugin-react": "^4.3.4",
2424
"eslint": "^9.17.0",

examples/vite-react-dom-js-with-babel-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.17.0",
2525
"@types/babel__core": "~7.20.5",
2626
"@types/babel__preset-env": "~7.9.7",
27-
"@types/react": "^19.0.3",
27+
"@types/react": "^19.0.4",
2828
"@types/react-dom": "^19.0.2",
2929
"@vitejs/plugin-react": "^4.3.4",
3030
"eslint": "^9.17.0",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@tsconfig/node22": "^22.0.0",
6363
"@tsconfig/strictest": "^2.0.5",
6464
"@types/node": "^22.10.5",
65-
"@types/react": "^19.0.3",
65+
"@types/react": "^19.0.4",
6666
"@types/react-dom": "^19.0.2",
6767
"@typescript-eslint/parser": "^8.19.1",
6868
"@typescript-eslint/rule-tester": "^8.19.1",
@@ -97,7 +97,7 @@
9797
"typedoc": "^0.27.6",
9898
"typedoc-plugin-markdown": "^4.4.1",
9999
"typedoc-plugin-rename-defaults": "^0.7.2",
100-
"typescript": "^5.7.2",
100+
"typescript": "^5.7.3",
101101
"typescript-eslint": "^8.19.1",
102102
"vitest": "^2.1.8"
103103
},
@@ -111,14 +111,14 @@
111111
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
112112
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
113113
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
114-
"@types/react": "^19.0.3",
114+
"@types/react": "^19.0.4",
115115
"@types/react-dom": "^19.0.2",
116116
"cross-spawn": "^7.0.6",
117117
"next": "^15.1.4",
118118
"react": "^19.0.0",
119119
"react-dom": "^19.0.0",
120120
"ts-api-utils": "^2.0.0",
121-
"typescript": "^5.7.2"
121+
"typescript": "^5.7.3"
122122
}
123123
}
124124
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"ts-pattern": "^5.6.0"
6363
},
6464
"devDependencies": {
65-
"@types/react": "^19.0.3",
65+
"@types/react": "^19.0.4",
6666
"@types/react-dom": "^19.0.2",
6767
"@workspace/configs": "workspace:*",
6868
"tsup": "^8.3.5"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"ts-pattern": "^5.6.0"
6363
},
6464
"devDependencies": {
65-
"@types/react": "^19.0.3",
65+
"@types/react": "^19.0.4",
6666
"@types/react-dom": "^19.0.2",
6767
"@workspace/configs": "workspace:*",
6868
"tsup": "^8.3.5"

packages/plugins/eslint-plugin-react-hooks-extra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"ts-pattern": "^5.6.0"
6464
},
6565
"devDependencies": {
66-
"@types/react": "^19.0.3",
66+
"@types/react": "^19.0.4",
6767
"@types/react-dom": "^19.0.2",
6868
"@workspace/configs": "workspace:*",
6969
"tsup": "^8.3.5"

0 commit comments

Comments
 (0)