eslint-plugin-react-hooks-extra 1.5.13-next.4 → 1.5.13-next.5
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var __export = (target, all2) => {
|
|
|
14
14
|
|
|
15
15
|
// package.json
|
|
16
16
|
var name = "eslint-plugin-react-hooks-extra";
|
|
17
|
-
var version = "1.5.13-next.
|
|
17
|
+
var version = "1.5.13-next.5";
|
|
18
18
|
var createRule = shared.createRuleForPlugin("hooks-extra");
|
|
19
19
|
|
|
20
20
|
// src/rules/ensure-custom-hooks-using-other-hooks.ts
|
|
@@ -27,7 +27,7 @@ var ensure_custom_hooks_using_other_hooks_default = createRule({
|
|
|
27
27
|
requiresTypeChecking: false
|
|
28
28
|
},
|
|
29
29
|
messages: {
|
|
30
|
-
ENSURE_CUSTOM_HOOKS_USING_OTHER_HOOKS: "A custom hook {{name}} should use other hooks"
|
|
30
|
+
ENSURE_CUSTOM_HOOKS_USING_OTHER_HOOKS: "A custom hook '{{name}}' should use other hooks"
|
|
31
31
|
},
|
|
32
32
|
schema: []
|
|
33
33
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -12,7 +12,7 @@ var __export = (target, all2) => {
|
|
|
12
12
|
|
|
13
13
|
// package.json
|
|
14
14
|
var name = "eslint-plugin-react-hooks-extra";
|
|
15
|
-
var version = "1.5.13-next.
|
|
15
|
+
var version = "1.5.13-next.5";
|
|
16
16
|
var createRule = createRuleForPlugin("hooks-extra");
|
|
17
17
|
|
|
18
18
|
// src/rules/ensure-custom-hooks-using-other-hooks.ts
|
|
@@ -25,7 +25,7 @@ var ensure_custom_hooks_using_other_hooks_default = createRule({
|
|
|
25
25
|
requiresTypeChecking: false
|
|
26
26
|
},
|
|
27
27
|
messages: {
|
|
28
|
-
ENSURE_CUSTOM_HOOKS_USING_OTHER_HOOKS: "A custom hook {{name}} should use other hooks"
|
|
28
|
+
ENSURE_CUSTOM_HOOKS_USING_OTHER_HOOKS: "A custom hook '{{name}}' should use other hooks"
|
|
29
29
|
},
|
|
30
30
|
schema: []
|
|
31
31
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-hooks-extra",
|
|
3
|
-
"version": "1.5.13-next.
|
|
3
|
+
"version": "1.5.13-next.5",
|
|
4
4
|
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
|
|
5
5
|
"homepage": "https://github.com/rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"@typescript-eslint/utils": "^7.10.0",
|
|
43
43
|
"string-ts": "2.1.1",
|
|
44
44
|
"valibot": "0.31.0-rc.1",
|
|
45
|
-
"@eslint-react/ast": "1.5.13-next.
|
|
46
|
-
"@eslint-react/
|
|
47
|
-
"@eslint-react/
|
|
48
|
-
"@eslint-react/
|
|
49
|
-
"@eslint-react/
|
|
50
|
-
"@eslint-react/var": "1.5.13-next.
|
|
51
|
-
"@eslint-react/
|
|
45
|
+
"@eslint-react/ast": "1.5.13-next.5",
|
|
46
|
+
"@eslint-react/shared": "1.5.13-next.5",
|
|
47
|
+
"@eslint-react/jsx": "1.5.13-next.5",
|
|
48
|
+
"@eslint-react/tools": "1.5.13-next.5",
|
|
49
|
+
"@eslint-react/types": "1.5.13-next.5",
|
|
50
|
+
"@eslint-react/var": "1.5.13-next.5",
|
|
51
|
+
"@eslint-react/core": "1.5.13-next.5"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"dedent": "1.5.3",
|