eslint-plugin-react-debug 2.5.8 → 2.6.0
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/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Debugging rules.
|
|
4
4
|
|
|
5
|
-
These rules are useful for static analysis, code transformation, or when building custom tooling that needs to identify specific
|
|
5
|
+
These rules are useful for static analysis, code transformation, or when building custom tooling that needs to identify specific patterns.
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-debug",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.0",
|
|
4
4
|
"description": "ESLint React's ESLint plugin for debugging related rules.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"@typescript-eslint/utils": "^8.53.0",
|
|
45
45
|
"string-ts": "^2.3.1",
|
|
46
46
|
"ts-pattern": "^5.9.0",
|
|
47
|
-
"@eslint-react/ast": "2.
|
|
48
|
-
"@eslint-react/
|
|
49
|
-
"@eslint-react/eff": "2.
|
|
50
|
-
"@eslint-react/
|
|
51
|
-
"@eslint-react/var": "2.
|
|
47
|
+
"@eslint-react/ast": "2.6.0",
|
|
48
|
+
"@eslint-react/core": "2.6.0",
|
|
49
|
+
"@eslint-react/eff": "2.6.0",
|
|
50
|
+
"@eslint-react/shared": "2.6.0",
|
|
51
|
+
"@eslint-react/var": "2.6.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/react": "^19.2.8",
|