eslint-plugin-react-debug 1.40.2 → 1.40.3-beta.1
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
|
@@ -50,7 +50,7 @@ var settings = {
|
|
|
50
50
|
|
|
51
51
|
// package.json
|
|
52
52
|
var name2 = "eslint-plugin-react-debug";
|
|
53
|
-
var version = "1.40.
|
|
53
|
+
var version = "1.40.3-beta.1";
|
|
54
54
|
var createRule = utils.ESLintUtils.RuleCreator(shared.getDocsUrl("debug"));
|
|
55
55
|
|
|
56
56
|
// src/rules/class-component.ts
|
|
@@ -118,7 +118,7 @@ function create2(context) {
|
|
|
118
118
|
{
|
|
119
119
|
collectDisplayName: true,
|
|
120
120
|
collectHookCalls: true,
|
|
121
|
-
hint: ER2__namespace.
|
|
121
|
+
hint: ER2__namespace.DEFAULT_COMPONENT_DETECTION_HINT
|
|
122
122
|
}
|
|
123
123
|
);
|
|
124
124
|
return {
|
package/dist/index.mjs
CHANGED
|
@@ -28,7 +28,7 @@ var settings = {
|
|
|
28
28
|
|
|
29
29
|
// package.json
|
|
30
30
|
var name2 = "eslint-plugin-react-debug";
|
|
31
|
-
var version = "1.40.
|
|
31
|
+
var version = "1.40.3-beta.1";
|
|
32
32
|
var createRule = ESLintUtils.RuleCreator(getDocsUrl("debug"));
|
|
33
33
|
|
|
34
34
|
// src/rules/class-component.ts
|
|
@@ -96,7 +96,7 @@ function create2(context) {
|
|
|
96
96
|
{
|
|
97
97
|
collectDisplayName: true,
|
|
98
98
|
collectHookCalls: true,
|
|
99
|
-
hint: ER2.
|
|
99
|
+
hint: ER2.DEFAULT_COMPONENT_DETECTION_HINT
|
|
100
100
|
}
|
|
101
101
|
);
|
|
102
102
|
return {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-debug",
|
|
3
|
-
"version": "1.40.
|
|
3
|
+
"version": "1.40.3-beta.1",
|
|
4
4
|
"description": "ESLint React's ESLint plugin for debugging related rules.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"@typescript-eslint/utils": "^8.29.0",
|
|
50
50
|
"string-ts": "^2.2.1",
|
|
51
51
|
"ts-pattern": "^5.7.0",
|
|
52
|
-
"@eslint-react/
|
|
53
|
-
"@eslint-react/
|
|
54
|
-
"@eslint-react/
|
|
55
|
-
"@eslint-react/kit": "1.40.
|
|
56
|
-
"@eslint-react/shared": "1.40.
|
|
57
|
-
"@eslint-react/
|
|
58
|
-
"@eslint-react/
|
|
52
|
+
"@eslint-react/core": "1.40.3-beta.1",
|
|
53
|
+
"@eslint-react/eff": "1.40.3-beta.1",
|
|
54
|
+
"@eslint-react/jsx": "1.40.3-beta.1",
|
|
55
|
+
"@eslint-react/kit": "1.40.3-beta.1",
|
|
56
|
+
"@eslint-react/shared": "1.40.3-beta.1",
|
|
57
|
+
"@eslint-react/ast": "1.40.3-beta.1",
|
|
58
|
+
"@eslint-react/var": "1.40.3-beta.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@types/react": "^19.1.0",
|