eslint-plugin-react-hooks 7.1.0-canary-55480b4d-20251208 → 7.1.0-canary-d763f313-20251210
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.
|
@@ -56308,6 +56308,8 @@ const COMPILER_OPTIONS = {
|
|
|
56308
56308
|
validateNoCapitalizedCalls: [],
|
|
56309
56309
|
validateHooksUsage: true,
|
|
56310
56310
|
validateNoDerivedComputationsInEffects: true,
|
|
56311
|
+
enableUseKeyedState: true,
|
|
56312
|
+
enableVerboseNoSetStateInEffect: true,
|
|
56311
56313
|
},
|
|
56312
56314
|
};
|
|
56313
56315
|
const FLOW_SUPPRESSION_REGEX = /\$FlowFixMe\[([^\]]*)\]/g;
|
|
@@ -56135,6 +56135,8 @@ const COMPILER_OPTIONS = {
|
|
|
56135
56135
|
validateNoCapitalizedCalls: [],
|
|
56136
56136
|
validateHooksUsage: true,
|
|
56137
56137
|
validateNoDerivedComputationsInEffects: true,
|
|
56138
|
+
enableUseKeyedState: true,
|
|
56139
|
+
enableVerboseNoSetStateInEffect: true,
|
|
56138
56140
|
},
|
|
56139
56141
|
};
|
|
56140
56142
|
const FLOW_SUPPRESSION_REGEX = /\$FlowFixMe\[([^\]]*)\]/g;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-hooks",
|
|
3
3
|
"description": "ESLint rules for React Hooks",
|
|
4
|
-
"version": "7.1.0-canary-
|
|
4
|
+
"version": "7.1.0-canary-d763f313-20251210",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/facebook/react.git",
|