@eslint-react/eslint-plugin 5.8.7-next.0 → 5.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/dist/index.js +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://npmx.dev/package/@eslint-react/core)
|
|
6
6
|
[](https://npmx.dev/package/@eslint-react/core)
|
|
7
7
|
[](https://github.com/Rel1cx/eslint-react/blob/main/LICENSE)
|
|
8
|
-
[](https://tsdown.dev)
|
|
9
9
|
|
|
10
10
|
Performant, composable ESLint rules for React and friends.
|
|
11
11
|
|
|
@@ -64,7 +64,7 @@ Performant, composable ESLint rules for React and friends.
|
|
|
64
64
|
> ESLint React requires the following minimum versions:
|
|
65
65
|
>
|
|
66
66
|
> - Node.js: 22.0.0
|
|
67
|
-
> - ESLint: 10.
|
|
67
|
+
> - ESLint: 10.3.0
|
|
68
68
|
> - TypeScript: 5.0.0
|
|
69
69
|
|
|
70
70
|
### Install
|
|
@@ -179,7 +179,7 @@ export default defineConfig(
|
|
|
179
179
|
- `disable-conflict-eslint-plugin-react-hooks`\
|
|
180
180
|
Disable rules in `eslint-plugin-react-hooks` that conflict with rules in our plugins.
|
|
181
181
|
- `off`\
|
|
182
|
-
Disable all rules in this plugin
|
|
182
|
+
Disable all rules in this plugin.
|
|
183
183
|
|
|
184
184
|
[Full Presets List ↗](https://eslint-react.xyz/docs/presets)
|
|
185
185
|
|
|
@@ -198,13 +198,13 @@ export default defineConfig(
|
|
|
198
198
|
|
|
199
199
|
## Changelog
|
|
200
200
|
|
|
201
|
-
[Changelog ↗](https://
|
|
201
|
+
[Changelog ↗](https://eslint-react.xyz/docs/changelog)
|
|
202
202
|
|
|
203
203
|
## Disclaimer
|
|
204
204
|
|
|
205
205
|
This project is not affiliated with Meta Corporation or the [facebook/react](https://github.com/facebook/react) project or team, nor is it endorsed or sponsored by them.
|
|
206
206
|
|
|
207
|
-
This project is, and will remain, [90% of its code written by humans](https://
|
|
207
|
+
This project is, and will remain, [90% of its code written by humans](https://eslint-react.xyz/docs/faq#what-does-90-human-written-mean).
|
|
208
208
|
|
|
209
209
|
## Sponsors
|
|
210
210
|
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "5.8.7
|
|
3
|
+
"version": "5.8.7",
|
|
4
4
|
"description": "The all-in-one, blazing fast ESLint plugin for React. Get complete, out-of-the-box rule coverage with instant feedback.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -42,19 +42,19 @@
|
|
|
42
42
|
"dist"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@eslint-react/shared": "5.8.7
|
|
46
|
-
"eslint-plugin-react-dom": "5.8.7
|
|
47
|
-
"eslint-plugin-react-naming-convention": "5.8.7
|
|
48
|
-
"eslint-plugin-react-
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-web-api": "5.8.7
|
|
51
|
-
"eslint-plugin-react-x": "5.8.7
|
|
45
|
+
"@eslint-react/shared": "5.8.7",
|
|
46
|
+
"eslint-plugin-react-dom": "5.8.7",
|
|
47
|
+
"eslint-plugin-react-naming-convention": "5.8.7",
|
|
48
|
+
"eslint-plugin-react-rsc": "5.8.7",
|
|
49
|
+
"eslint-plugin-react-jsx": "5.8.7",
|
|
50
|
+
"eslint-plugin-react-web-api": "5.8.7",
|
|
51
|
+
"eslint-plugin-react-x": "5.8.7"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/react": "^19.2.15",
|
|
55
55
|
"@types/react-dom": "^19.2.3",
|
|
56
56
|
"eslint": "^10.4.0",
|
|
57
|
-
"tsdown": "^0.22.
|
|
57
|
+
"tsdown": "^0.22.1",
|
|
58
58
|
"typescript": "5.9.3",
|
|
59
59
|
"@local/configs": "0.0.0",
|
|
60
60
|
"@local/eff": "3.0.0-beta.72"
|