@eslint-react/eslint-plugin 5.14.8 → 5.14.9
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 +11 -11
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
|
Composable ESLint rules for React and friends.
|
|
11
11
|
|
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.14.
|
|
3
|
+
"version": "5.14.9",
|
|
4
4
|
"description": "ESLint React's unified ESLint plugin that combines all individual plugins into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -42,22 +42,22 @@
|
|
|
42
42
|
"dist"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@eslint-react/shared": "5.14.
|
|
46
|
-
"eslint-plugin-react-dom": "5.14.
|
|
47
|
-
"eslint-plugin-react-
|
|
48
|
-
"eslint-plugin-react-
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
45
|
+
"@eslint-react/shared": "5.14.9",
|
|
46
|
+
"eslint-plugin-react-dom": "5.14.9",
|
|
47
|
+
"eslint-plugin-react-jsx": "5.14.9",
|
|
48
|
+
"eslint-plugin-react-naming-convention": "5.14.9",
|
|
49
|
+
"eslint-plugin-react-x": "5.14.9",
|
|
50
|
+
"eslint-plugin-react-rsc": "5.14.9",
|
|
51
|
+
"eslint-plugin-react-web-api": "5.14.9"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/react": "^19.2.17",
|
|
55
55
|
"@types/react-dom": "^19.2.3",
|
|
56
56
|
"eslint": "^10.7.0",
|
|
57
|
-
"tsdown": "^0.22.
|
|
57
|
+
"tsdown": "^0.22.7",
|
|
58
58
|
"typescript": "6.0.3",
|
|
59
|
-
"@local/
|
|
60
|
-
"@local/
|
|
59
|
+
"@local/eff": "0.0.0",
|
|
60
|
+
"@local/configs": "0.0.0"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"eslint": "*",
|