eslint-plugin-react-debug 2.3.6-next.4 → 2.3.6-next.7

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 CHANGED
@@ -22,7 +22,7 @@ import reactDebug from "eslint-plugin-react-debug";
22
22
  import { defineConfig } from "eslint/config";
23
23
  import tseslint from "typescript-eslint";
24
24
 
25
- export default defineConfig([
25
+ export default defineConfig(
26
26
  {
27
27
  files: ["**/*.ts", "**/*.tsx"],
28
28
  extends: [
@@ -42,7 +42,7 @@ export default defineConfig([
42
42
  "react-debug/function-component": "warn",
43
43
  },
44
44
  },
45
- ]);
45
+ );
46
46
  ```
47
47
 
48
48
  ## Rules
package/dist/index.js CHANGED
@@ -36,7 +36,7 @@ const settings = { "react-x": DEFAULT_ESLINT_REACT_SETTINGS };
36
36
  //#endregion
37
37
  //#region package.json
38
38
  var name = "eslint-plugin-react-debug";
39
- var version = "2.3.6-next.4";
39
+ var version = "2.3.6-next.7";
40
40
 
41
41
  //#endregion
42
42
  //#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.3.6-next.4",
3
+ "version": "2.3.6-next.7",
4
4
  "description": "ESLint React's ESLint plugin for debugging related rules.",
5
5
  "keywords": [
6
6
  "react",
@@ -44,14 +44,14 @@
44
44
  "@typescript-eslint/utils": "^8.46.4",
45
45
  "string-ts": "^2.2.1",
46
46
  "ts-pattern": "^5.9.0",
47
- "@eslint-react/ast": "2.3.6-next.4",
48
- "@eslint-react/core": "2.3.6-next.4",
49
- "@eslint-react/eff": "2.3.6-next.4",
50
- "@eslint-react/var": "2.3.6-next.4",
51
- "@eslint-react/shared": "2.3.6-next.4"
47
+ "@eslint-react/ast": "2.3.6-next.7",
48
+ "@eslint-react/eff": "2.3.6-next.7",
49
+ "@eslint-react/core": "2.3.6-next.7",
50
+ "@eslint-react/var": "2.3.6-next.7",
51
+ "@eslint-react/shared": "2.3.6-next.7"
52
52
  },
53
53
  "devDependencies": {
54
- "@types/react": "^19.2.4",
54
+ "@types/react": "^19.2.5",
55
55
  "@types/react-dom": "^19.2.3",
56
56
  "tsdown": "^0.16.4",
57
57
  "@local/configs": "0.0.0"