eslint-plugin-react-x 3.0.0-next.24 → 3.0.0-next.25
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/dist/index.js +3 -3
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const rules$7 = {
|
|
|
69
69
|
//#endregion
|
|
70
70
|
//#region package.json
|
|
71
71
|
var name$6 = "eslint-plugin-react-x";
|
|
72
|
-
var version = "3.0.0-next.
|
|
72
|
+
var version = "3.0.0-next.25";
|
|
73
73
|
|
|
74
74
|
//#endregion
|
|
75
75
|
//#region src/utils/create-rule.ts
|
|
@@ -344,7 +344,7 @@ const rule$1 = {
|
|
|
344
344
|
meta: {
|
|
345
345
|
type: "suggestion",
|
|
346
346
|
docs: {
|
|
347
|
-
description: "
|
|
347
|
+
description: "Verifies the list of dependencies for Hooks like 'useEffect' and similar.",
|
|
348
348
|
recommended: true,
|
|
349
349
|
url: "https://github.com/facebook/react/issues/14920"
|
|
350
350
|
},
|
|
@@ -6499,7 +6499,7 @@ const rule = {
|
|
|
6499
6499
|
meta: {
|
|
6500
6500
|
type: "problem",
|
|
6501
6501
|
docs: {
|
|
6502
|
-
description: "
|
|
6502
|
+
description: "Enforces the Rules of Hooks.",
|
|
6503
6503
|
recommended: true,
|
|
6504
6504
|
url: "https://react.dev/reference/rules/rules-of-hooks"
|
|
6505
6505
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-x",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.25",
|
|
4
4
|
"description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"string-ts": "^2.3.1",
|
|
47
47
|
"ts-api-utils": "^2.4.0",
|
|
48
48
|
"ts-pattern": "^5.9.0",
|
|
49
|
-
"@eslint-react/
|
|
50
|
-
"@eslint-react/
|
|
51
|
-
"@eslint-react/eff": "3.0.0-next.
|
|
52
|
-
"@eslint-react/shared": "3.0.0-next.
|
|
53
|
-
"@eslint-react/var": "3.0.0-next.
|
|
49
|
+
"@eslint-react/core": "3.0.0-next.25",
|
|
50
|
+
"@eslint-react/ast": "3.0.0-next.25",
|
|
51
|
+
"@eslint-react/eff": "3.0.0-next.25",
|
|
52
|
+
"@eslint-react/shared": "3.0.0-next.25",
|
|
53
|
+
"@eslint-react/var": "3.0.0-next.25"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/react": "^19.2.14",
|