eslint-plugin-react-hooks 7.1.0-canary-09f05694-20251201 → 7.1.0-canary-66ae640b-20251204
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.
|
@@ -56376,6 +56376,7 @@ function makeRule(rule) {
|
|
|
56376
56376
|
docs: {
|
|
56377
56377
|
description: rule.description,
|
|
56378
56378
|
recommended: rule.preset === LintRulePreset.Recommended,
|
|
56379
|
+
url: `https://react.dev/reference/eslint-plugin-react-hooks/lints/${rule.name}`,
|
|
56379
56380
|
},
|
|
56380
56381
|
fixable: 'code',
|
|
56381
56382
|
hasSuggestions: true,
|
|
@@ -56203,6 +56203,7 @@ function makeRule(rule) {
|
|
|
56203
56203
|
docs: {
|
|
56204
56204
|
description: rule.description,
|
|
56205
56205
|
recommended: rule.preset === LintRulePreset.Recommended,
|
|
56206
|
+
url: `https://react.dev/reference/eslint-plugin-react-hooks/lints/${rule.name}`,
|
|
56206
56207
|
},
|
|
56207
56208
|
fixable: 'code',
|
|
56208
56209
|
hasSuggestions: true,
|
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-66ae640b-20251204",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/facebook/react.git",
|