@eslint-react/eslint-plugin 5.8.13 → 5.8.14
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 +9 -9
package/README.md
CHANGED
|
@@ -220,7 +220,7 @@ A huge thank you to our amazing sponsors who make this project possible.
|
|
|
220
220
|
|
|
221
221
|
Contributions are welcome!
|
|
222
222
|
|
|
223
|
-
|
|
223
|
+
This project does not have contributing guidelines. Explore the repository to learn how to contribute.
|
|
224
224
|
|
|
225
225
|
## License
|
|
226
226
|
|
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.
|
|
3
|
+
"version": "5.8.14",
|
|
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,16 +42,16 @@
|
|
|
42
42
|
"dist"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@eslint-react/shared": "5.8.
|
|
46
|
-
"eslint-plugin-react-
|
|
47
|
-
"eslint-plugin-react-rsc": "5.8.
|
|
48
|
-
"eslint-plugin-react-web-api": "5.8.
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
45
|
+
"@eslint-react/shared": "5.8.14",
|
|
46
|
+
"eslint-plugin-react-dom": "5.8.14",
|
|
47
|
+
"eslint-plugin-react-rsc": "5.8.14",
|
|
48
|
+
"eslint-plugin-react-web-api": "5.8.14",
|
|
49
|
+
"eslint-plugin-react-naming-convention": "5.8.14",
|
|
50
|
+
"eslint-plugin-react-jsx": "5.8.14",
|
|
51
|
+
"eslint-plugin-react-x": "5.8.14"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@types/react": "^19.2.
|
|
54
|
+
"@types/react": "^19.2.17",
|
|
55
55
|
"@types/react-dom": "^19.2.3",
|
|
56
56
|
"eslint": "^10.4.1",
|
|
57
57
|
"tsdown": "^0.22.2",
|