@eslint-react/eslint-plugin 5.8.4-beta.2 → 5.8.4-beta.4
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -204,7 +204,7 @@ export default defineConfig(
|
|
|
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.
|
|
207
|
+
This project is, and will remain, [90% of its code written by humans](https://www.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.4-beta.
|
|
3
|
+
"version": "5.8.4-beta.4",
|
|
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,13 +42,13 @@
|
|
|
42
42
|
"dist"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@eslint-react/shared": "5.8.4-beta.
|
|
46
|
-
"eslint-plugin-react-dom": "5.8.4-beta.
|
|
47
|
-
"eslint-plugin-react-
|
|
48
|
-
"eslint-plugin-react-rsc": "5.8.4-beta.
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
45
|
+
"@eslint-react/shared": "5.8.4-beta.4",
|
|
46
|
+
"eslint-plugin-react-dom": "5.8.4-beta.4",
|
|
47
|
+
"eslint-plugin-react-jsx": "5.8.4-beta.4",
|
|
48
|
+
"eslint-plugin-react-rsc": "5.8.4-beta.4",
|
|
49
|
+
"eslint-plugin-react-web-api": "5.8.4-beta.4",
|
|
50
|
+
"eslint-plugin-react-naming-convention": "5.8.4-beta.4",
|
|
51
|
+
"eslint-plugin-react-x": "5.8.4-beta.4"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/react": "^19.2.14",
|