@eslint-react/eslint-plugin 1.26.3-beta.10 → 1.26.3-beta.12

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.d.mts CHANGED
@@ -242,6 +242,7 @@ declare const settings$5: {
242
242
  readonly strictImportCheck: false;
243
243
  readonly version: "detect";
244
244
  readonly additionalHooks: {
245
+ readonly useEffect: ["useIsomorphicLayoutEffect"];
245
246
  readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
246
247
  };
247
248
  readonly additionalComponents?: {
@@ -379,6 +380,7 @@ declare const settings$4: {
379
380
  readonly strictImportCheck: false;
380
381
  readonly version: "detect";
381
382
  readonly additionalHooks: {
383
+ readonly useEffect: ["useIsomorphicLayoutEffect"];
382
384
  readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
383
385
  };
384
386
  readonly additionalComponents?: {
@@ -501,6 +503,7 @@ declare const settings$3: {
501
503
  readonly strictImportCheck: false;
502
504
  readonly version: "detect";
503
505
  readonly additionalHooks: {
506
+ readonly useEffect: ["useIsomorphicLayoutEffect"];
504
507
  readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
505
508
  };
506
509
  readonly additionalComponents?: {
@@ -753,6 +756,7 @@ declare const settings$2: {
753
756
  readonly strictImportCheck: false;
754
757
  readonly version: "detect";
755
758
  readonly additionalHooks: {
759
+ readonly useEffect: ["useIsomorphicLayoutEffect"];
756
760
  readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
757
761
  };
758
762
  readonly additionalComponents?: {
@@ -1000,6 +1004,7 @@ declare const settings$1: {
1000
1004
  readonly strictImportCheck: false;
1001
1005
  readonly version: "detect";
1002
1006
  readonly additionalHooks: {
1007
+ readonly useEffect: ["useIsomorphicLayoutEffect"];
1003
1008
  readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
1004
1009
  };
1005
1010
  readonly additionalComponents?: {
@@ -1246,6 +1251,7 @@ declare const settings: {
1246
1251
  readonly strictImportCheck: false;
1247
1252
  readonly version: "detect";
1248
1253
  readonly additionalHooks: {
1254
+ readonly useEffect: ["useIsomorphicLayoutEffect"];
1249
1255
  readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
1250
1256
  };
1251
1257
  readonly additionalComponents?: {
package/dist/index.d.ts CHANGED
@@ -242,6 +242,7 @@ declare const settings$5: {
242
242
  readonly strictImportCheck: false;
243
243
  readonly version: "detect";
244
244
  readonly additionalHooks: {
245
+ readonly useEffect: ["useIsomorphicLayoutEffect"];
245
246
  readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
246
247
  };
247
248
  readonly additionalComponents?: {
@@ -379,6 +380,7 @@ declare const settings$4: {
379
380
  readonly strictImportCheck: false;
380
381
  readonly version: "detect";
381
382
  readonly additionalHooks: {
383
+ readonly useEffect: ["useIsomorphicLayoutEffect"];
382
384
  readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
383
385
  };
384
386
  readonly additionalComponents?: {
@@ -501,6 +503,7 @@ declare const settings$3: {
501
503
  readonly strictImportCheck: false;
502
504
  readonly version: "detect";
503
505
  readonly additionalHooks: {
506
+ readonly useEffect: ["useIsomorphicLayoutEffect"];
504
507
  readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
505
508
  };
506
509
  readonly additionalComponents?: {
@@ -753,6 +756,7 @@ declare const settings$2: {
753
756
  readonly strictImportCheck: false;
754
757
  readonly version: "detect";
755
758
  readonly additionalHooks: {
759
+ readonly useEffect: ["useIsomorphicLayoutEffect"];
756
760
  readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
757
761
  };
758
762
  readonly additionalComponents?: {
@@ -1000,6 +1004,7 @@ declare const settings$1: {
1000
1004
  readonly strictImportCheck: false;
1001
1005
  readonly version: "detect";
1002
1006
  readonly additionalHooks: {
1007
+ readonly useEffect: ["useIsomorphicLayoutEffect"];
1003
1008
  readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
1004
1009
  };
1005
1010
  readonly additionalComponents?: {
@@ -1246,6 +1251,7 @@ declare const settings: {
1246
1251
  readonly strictImportCheck: false;
1247
1252
  readonly version: "detect";
1248
1253
  readonly additionalHooks: {
1254
+ readonly useEffect: ["useIsomorphicLayoutEffect"];
1249
1255
  readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
1250
1256
  };
1251
1257
  readonly additionalComponents?: {
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ var __export = (target, all) => {
25
25
 
26
26
  // package.json
27
27
  var name = "@eslint-react/eslint-plugin";
28
- var version = "1.26.3-beta.10";
28
+ var version = "1.26.3-beta.12";
29
29
 
30
30
  // src/configs/all.ts
31
31
  var all_exports = {};
package/dist/index.mjs CHANGED
@@ -14,7 +14,7 @@ var __export = (target, all) => {
14
14
 
15
15
  // package.json
16
16
  var name = "@eslint-react/eslint-plugin";
17
- var version = "1.26.3-beta.10";
17
+ var version = "1.26.3-beta.12";
18
18
 
19
19
  // src/configs/all.ts
20
20
  var all_exports = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.26.3-beta.10",
3
+ "version": "1.26.3-beta.12",
4
4
  "description": "More than 80 high-quality linting rules for writing better React code.",
5
5
  "keywords": [
6
6
  "react",
@@ -50,14 +50,14 @@
50
50
  "@typescript-eslint/type-utils": "^8.24.0",
51
51
  "@typescript-eslint/types": "^8.24.0",
52
52
  "@typescript-eslint/utils": "^8.24.0",
53
- "@eslint-react/eff": "1.26.3-beta.10",
54
- "@eslint-react/shared": "1.26.3-beta.10",
55
- "eslint-plugin-react-dom": "1.26.3-beta.10",
56
- "eslint-plugin-react-hooks-extra": "1.26.3-beta.10",
57
- "eslint-plugin-react-debug": "1.26.3-beta.10",
58
- "eslint-plugin-react-naming-convention": "1.26.3-beta.10",
59
- "eslint-plugin-react-web-api": "1.26.3-beta.10",
60
- "eslint-plugin-react-x": "1.26.3-beta.10"
53
+ "@eslint-react/eff": "1.26.3-beta.12",
54
+ "eslint-plugin-react-debug": "1.26.3-beta.12",
55
+ "@eslint-react/shared": "1.26.3-beta.12",
56
+ "eslint-plugin-react-dom": "1.26.3-beta.12",
57
+ "eslint-plugin-react-naming-convention": "1.26.3-beta.12",
58
+ "eslint-plugin-react-hooks-extra": "1.26.3-beta.12",
59
+ "eslint-plugin-react-x": "1.26.3-beta.12",
60
+ "eslint-plugin-react-web-api": "1.26.3-beta.12"
61
61
  },
62
62
  "devDependencies": {
63
63
  "tsup": "^8.3.6",