eslint-plugin-react-debug 2.8.3-next.9 → 2.8.4-next.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 +0 -10
- package/dist/index.js +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -38,16 +38,6 @@ export default defineConfig(
|
|
|
38
38
|
);
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
> [!WARNING]
|
|
42
|
-
> Debug rules report `React` patterns for code metrics, transformations, or custom tooling. These are not included in the unified plugin by default.
|
|
43
|
-
|
|
44
|
-
- [`class-component`](./debug-class-component) - Reports all class components
|
|
45
|
-
- [`function-component`](./debug-function-component) - Reports all function components
|
|
46
|
-
- [`hook`](./debug-hook) - Reports all `React` hooks
|
|
47
|
-
- [`is-from-react`](./debug-is-from-react) - Reports identifiers initialized from `React`
|
|
48
|
-
- [`is-from-ref`](./debug-is-from-ref) - Reports identifiers initialized or derived from refs
|
|
49
|
-
- [`jsx`](./debug-jsx) - Reports all `JSX` elements and fragments
|
|
50
|
-
|
|
51
41
|
## Rules
|
|
52
42
|
|
|
53
43
|
<https://eslint-react.xyz/docs/rules/overview#debug-rules>
|
package/dist/index.js
CHANGED
|
@@ -42,7 +42,7 @@ const settings = { "react-x": DEFAULT_ESLINT_REACT_SETTINGS };
|
|
|
42
42
|
//#endregion
|
|
43
43
|
//#region package.json
|
|
44
44
|
var name = "eslint-plugin-react-debug";
|
|
45
|
-
var version = "2.8.
|
|
45
|
+
var version = "2.8.4-next.0";
|
|
46
46
|
|
|
47
47
|
//#endregion
|
|
48
48
|
//#region src/utils/create-rule.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-debug",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.4-next.0",
|
|
4
4
|
"description": "ESLint React's ESLint plugin for debugging related rules.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"@typescript-eslint/types": "^8.54.0",
|
|
44
44
|
"@typescript-eslint/utils": "^8.54.0",
|
|
45
45
|
"ts-pattern": "^5.9.0",
|
|
46
|
-
"@eslint-react/ast": "2.8.
|
|
47
|
-
"@eslint-react/core": "2.8.
|
|
48
|
-
"@eslint-react/
|
|
49
|
-
"@eslint-react/
|
|
50
|
-
"@eslint-react/
|
|
46
|
+
"@eslint-react/ast": "2.8.4-next.0",
|
|
47
|
+
"@eslint-react/core": "2.8.4-next.0",
|
|
48
|
+
"@eslint-react/eff": "2.8.4-next.0",
|
|
49
|
+
"@eslint-react/shared": "2.8.4-next.0",
|
|
50
|
+
"@eslint-react/var": "2.8.4-next.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/react": "^19.2.10",
|