@eslint-react/eslint-plugin 1.28.1-beta.3 → 1.28.1-beta.4
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 +18 -18
- package/dist/index.d.ts +18 -18
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -9
package/dist/index.d.mts
CHANGED
|
@@ -617,16 +617,16 @@ declare const plugins$6: {
|
|
|
617
617
|
declare const settings$5: {
|
|
618
618
|
"react-x": {
|
|
619
619
|
readonly importSource: "react";
|
|
620
|
-
readonly jsxPragma: "createElement";
|
|
621
|
-
readonly jsxPragmaFrag: "Fragment";
|
|
622
620
|
readonly polymorphicPropName: "as";
|
|
623
621
|
readonly skipImportCheck: true;
|
|
624
|
-
readonly strict: false;
|
|
625
622
|
readonly version: "detect";
|
|
626
623
|
readonly additionalHooks: {
|
|
627
624
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
628
625
|
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
629
626
|
};
|
|
627
|
+
readonly jsxPragma?: string | undefined;
|
|
628
|
+
readonly jsxPragmaFrag?: string | undefined;
|
|
629
|
+
readonly strict: boolean;
|
|
630
630
|
readonly additionalComponents?: {
|
|
631
631
|
name: string;
|
|
632
632
|
as?: string | undefined;
|
|
@@ -983,16 +983,16 @@ declare const plugins$5: {
|
|
|
983
983
|
declare const settings$4: {
|
|
984
984
|
"react-x": {
|
|
985
985
|
readonly importSource: "react";
|
|
986
|
-
readonly jsxPragma: "createElement";
|
|
987
|
-
readonly jsxPragmaFrag: "Fragment";
|
|
988
986
|
readonly polymorphicPropName: "as";
|
|
989
987
|
readonly skipImportCheck: true;
|
|
990
|
-
readonly strict: false;
|
|
991
988
|
readonly version: "detect";
|
|
992
989
|
readonly additionalHooks: {
|
|
993
990
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
994
991
|
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
995
992
|
};
|
|
993
|
+
readonly jsxPragma?: string | undefined;
|
|
994
|
+
readonly jsxPragmaFrag?: string | undefined;
|
|
995
|
+
readonly strict: boolean;
|
|
996
996
|
readonly additionalComponents?: {
|
|
997
997
|
name: string;
|
|
998
998
|
as?: string | undefined;
|
|
@@ -1166,16 +1166,16 @@ declare const plugins$3: {
|
|
|
1166
1166
|
declare const settings$3: {
|
|
1167
1167
|
"react-x": {
|
|
1168
1168
|
readonly importSource: "react";
|
|
1169
|
-
readonly jsxPragma: "createElement";
|
|
1170
|
-
readonly jsxPragmaFrag: "Fragment";
|
|
1171
1169
|
readonly polymorphicPropName: "as";
|
|
1172
1170
|
readonly skipImportCheck: true;
|
|
1173
|
-
readonly strict: false;
|
|
1174
1171
|
readonly version: "detect";
|
|
1175
1172
|
readonly additionalHooks: {
|
|
1176
1173
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
1177
1174
|
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
1178
1175
|
};
|
|
1176
|
+
readonly jsxPragma?: string | undefined;
|
|
1177
|
+
readonly jsxPragmaFrag?: string | undefined;
|
|
1178
|
+
readonly strict: boolean;
|
|
1179
1179
|
readonly additionalComponents?: {
|
|
1180
1180
|
name: string;
|
|
1181
1181
|
as?: string | undefined;
|
|
@@ -1799,16 +1799,16 @@ declare const plugins$2: {
|
|
|
1799
1799
|
declare const settings$2: {
|
|
1800
1800
|
"react-x": {
|
|
1801
1801
|
readonly importSource: "react";
|
|
1802
|
-
readonly jsxPragma: "createElement";
|
|
1803
|
-
readonly jsxPragmaFrag: "Fragment";
|
|
1804
1802
|
readonly polymorphicPropName: "as";
|
|
1805
1803
|
readonly skipImportCheck: true;
|
|
1806
|
-
readonly strict: false;
|
|
1807
1804
|
readonly version: "detect";
|
|
1808
1805
|
readonly additionalHooks: {
|
|
1809
1806
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
1810
1807
|
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
1811
1808
|
};
|
|
1809
|
+
readonly jsxPragma?: string | undefined;
|
|
1810
|
+
readonly jsxPragmaFrag?: string | undefined;
|
|
1811
|
+
readonly strict: boolean;
|
|
1812
1812
|
readonly additionalComponents?: {
|
|
1813
1813
|
name: string;
|
|
1814
1814
|
as?: string | undefined;
|
|
@@ -2427,16 +2427,16 @@ declare const plugins$1: {
|
|
|
2427
2427
|
declare const settings$1: {
|
|
2428
2428
|
"react-x": {
|
|
2429
2429
|
readonly importSource: "react";
|
|
2430
|
-
readonly jsxPragma: "createElement";
|
|
2431
|
-
readonly jsxPragmaFrag: "Fragment";
|
|
2432
2430
|
readonly polymorphicPropName: "as";
|
|
2433
2431
|
readonly skipImportCheck: true;
|
|
2434
|
-
readonly strict: false;
|
|
2435
2432
|
readonly version: "detect";
|
|
2436
2433
|
readonly additionalHooks: {
|
|
2437
2434
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
2438
2435
|
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
2439
2436
|
};
|
|
2437
|
+
readonly jsxPragma?: string | undefined;
|
|
2438
|
+
readonly jsxPragmaFrag?: string | undefined;
|
|
2439
|
+
readonly strict: boolean;
|
|
2440
2440
|
readonly additionalComponents?: {
|
|
2441
2441
|
name: string;
|
|
2442
2442
|
as?: string | undefined;
|
|
@@ -3054,16 +3054,16 @@ declare const plugins: {
|
|
|
3054
3054
|
declare const settings: {
|
|
3055
3055
|
"react-x": {
|
|
3056
3056
|
readonly importSource: "react";
|
|
3057
|
-
readonly jsxPragma: "createElement";
|
|
3058
|
-
readonly jsxPragmaFrag: "Fragment";
|
|
3059
3057
|
readonly polymorphicPropName: "as";
|
|
3060
3058
|
readonly skipImportCheck: true;
|
|
3061
|
-
readonly strict: false;
|
|
3062
3059
|
readonly version: "detect";
|
|
3063
3060
|
readonly additionalHooks: {
|
|
3064
3061
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
3065
3062
|
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
3066
3063
|
};
|
|
3064
|
+
readonly jsxPragma?: string | undefined;
|
|
3065
|
+
readonly jsxPragmaFrag?: string | undefined;
|
|
3066
|
+
readonly strict: boolean;
|
|
3067
3067
|
readonly additionalComponents?: {
|
|
3068
3068
|
name: string;
|
|
3069
3069
|
as?: string | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -617,16 +617,16 @@ declare const plugins$6: {
|
|
|
617
617
|
declare const settings$5: {
|
|
618
618
|
"react-x": {
|
|
619
619
|
readonly importSource: "react";
|
|
620
|
-
readonly jsxPragma: "createElement";
|
|
621
|
-
readonly jsxPragmaFrag: "Fragment";
|
|
622
620
|
readonly polymorphicPropName: "as";
|
|
623
621
|
readonly skipImportCheck: true;
|
|
624
|
-
readonly strict: false;
|
|
625
622
|
readonly version: "detect";
|
|
626
623
|
readonly additionalHooks: {
|
|
627
624
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
628
625
|
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
629
626
|
};
|
|
627
|
+
readonly jsxPragma?: string | undefined;
|
|
628
|
+
readonly jsxPragmaFrag?: string | undefined;
|
|
629
|
+
readonly strict: boolean;
|
|
630
630
|
readonly additionalComponents?: {
|
|
631
631
|
name: string;
|
|
632
632
|
as?: string | undefined;
|
|
@@ -983,16 +983,16 @@ declare const plugins$5: {
|
|
|
983
983
|
declare const settings$4: {
|
|
984
984
|
"react-x": {
|
|
985
985
|
readonly importSource: "react";
|
|
986
|
-
readonly jsxPragma: "createElement";
|
|
987
|
-
readonly jsxPragmaFrag: "Fragment";
|
|
988
986
|
readonly polymorphicPropName: "as";
|
|
989
987
|
readonly skipImportCheck: true;
|
|
990
|
-
readonly strict: false;
|
|
991
988
|
readonly version: "detect";
|
|
992
989
|
readonly additionalHooks: {
|
|
993
990
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
994
991
|
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
995
992
|
};
|
|
993
|
+
readonly jsxPragma?: string | undefined;
|
|
994
|
+
readonly jsxPragmaFrag?: string | undefined;
|
|
995
|
+
readonly strict: boolean;
|
|
996
996
|
readonly additionalComponents?: {
|
|
997
997
|
name: string;
|
|
998
998
|
as?: string | undefined;
|
|
@@ -1166,16 +1166,16 @@ declare const plugins$3: {
|
|
|
1166
1166
|
declare const settings$3: {
|
|
1167
1167
|
"react-x": {
|
|
1168
1168
|
readonly importSource: "react";
|
|
1169
|
-
readonly jsxPragma: "createElement";
|
|
1170
|
-
readonly jsxPragmaFrag: "Fragment";
|
|
1171
1169
|
readonly polymorphicPropName: "as";
|
|
1172
1170
|
readonly skipImportCheck: true;
|
|
1173
|
-
readonly strict: false;
|
|
1174
1171
|
readonly version: "detect";
|
|
1175
1172
|
readonly additionalHooks: {
|
|
1176
1173
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
1177
1174
|
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
1178
1175
|
};
|
|
1176
|
+
readonly jsxPragma?: string | undefined;
|
|
1177
|
+
readonly jsxPragmaFrag?: string | undefined;
|
|
1178
|
+
readonly strict: boolean;
|
|
1179
1179
|
readonly additionalComponents?: {
|
|
1180
1180
|
name: string;
|
|
1181
1181
|
as?: string | undefined;
|
|
@@ -1799,16 +1799,16 @@ declare const plugins$2: {
|
|
|
1799
1799
|
declare const settings$2: {
|
|
1800
1800
|
"react-x": {
|
|
1801
1801
|
readonly importSource: "react";
|
|
1802
|
-
readonly jsxPragma: "createElement";
|
|
1803
|
-
readonly jsxPragmaFrag: "Fragment";
|
|
1804
1802
|
readonly polymorphicPropName: "as";
|
|
1805
1803
|
readonly skipImportCheck: true;
|
|
1806
|
-
readonly strict: false;
|
|
1807
1804
|
readonly version: "detect";
|
|
1808
1805
|
readonly additionalHooks: {
|
|
1809
1806
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
1810
1807
|
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
1811
1808
|
};
|
|
1809
|
+
readonly jsxPragma?: string | undefined;
|
|
1810
|
+
readonly jsxPragmaFrag?: string | undefined;
|
|
1811
|
+
readonly strict: boolean;
|
|
1812
1812
|
readonly additionalComponents?: {
|
|
1813
1813
|
name: string;
|
|
1814
1814
|
as?: string | undefined;
|
|
@@ -2427,16 +2427,16 @@ declare const plugins$1: {
|
|
|
2427
2427
|
declare const settings$1: {
|
|
2428
2428
|
"react-x": {
|
|
2429
2429
|
readonly importSource: "react";
|
|
2430
|
-
readonly jsxPragma: "createElement";
|
|
2431
|
-
readonly jsxPragmaFrag: "Fragment";
|
|
2432
2430
|
readonly polymorphicPropName: "as";
|
|
2433
2431
|
readonly skipImportCheck: true;
|
|
2434
|
-
readonly strict: false;
|
|
2435
2432
|
readonly version: "detect";
|
|
2436
2433
|
readonly additionalHooks: {
|
|
2437
2434
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
2438
2435
|
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
2439
2436
|
};
|
|
2437
|
+
readonly jsxPragma?: string | undefined;
|
|
2438
|
+
readonly jsxPragmaFrag?: string | undefined;
|
|
2439
|
+
readonly strict: boolean;
|
|
2440
2440
|
readonly additionalComponents?: {
|
|
2441
2441
|
name: string;
|
|
2442
2442
|
as?: string | undefined;
|
|
@@ -3054,16 +3054,16 @@ declare const plugins: {
|
|
|
3054
3054
|
declare const settings: {
|
|
3055
3055
|
"react-x": {
|
|
3056
3056
|
readonly importSource: "react";
|
|
3057
|
-
readonly jsxPragma: "createElement";
|
|
3058
|
-
readonly jsxPragmaFrag: "Fragment";
|
|
3059
3057
|
readonly polymorphicPropName: "as";
|
|
3060
3058
|
readonly skipImportCheck: true;
|
|
3061
|
-
readonly strict: false;
|
|
3062
3059
|
readonly version: "detect";
|
|
3063
3060
|
readonly additionalHooks: {
|
|
3064
3061
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
3065
3062
|
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
3066
3063
|
};
|
|
3064
|
+
readonly jsxPragma?: string | undefined;
|
|
3065
|
+
readonly jsxPragmaFrag?: string | undefined;
|
|
3066
|
+
readonly strict: boolean;
|
|
3067
3067
|
readonly additionalComponents?: {
|
|
3068
3068
|
name: string;
|
|
3069
3069
|
as?: string | undefined;
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.28.1-beta.
|
|
3
|
+
"version": "1.28.1-beta.4",
|
|
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.25.0",
|
|
51
51
|
"@typescript-eslint/types": "^8.25.0",
|
|
52
52
|
"@typescript-eslint/utils": "^8.25.0",
|
|
53
|
-
"@eslint-react/eff": "1.28.1-beta.
|
|
54
|
-
"eslint-
|
|
55
|
-
"eslint-plugin-react-
|
|
56
|
-
"
|
|
57
|
-
"eslint-plugin-react-naming-convention": "1.28.1-beta.
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-
|
|
53
|
+
"@eslint-react/eff": "1.28.1-beta.4",
|
|
54
|
+
"@eslint-react/shared": "1.28.1-beta.4",
|
|
55
|
+
"eslint-plugin-react-debug": "1.28.1-beta.4",
|
|
56
|
+
"eslint-plugin-react-dom": "1.28.1-beta.4",
|
|
57
|
+
"eslint-plugin-react-naming-convention": "1.28.1-beta.4",
|
|
58
|
+
"eslint-plugin-react-hooks-extra": "1.28.1-beta.4",
|
|
59
|
+
"eslint-plugin-react-web-api": "1.28.1-beta.4",
|
|
60
|
+
"eslint-plugin-react-x": "1.28.1-beta.4"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"tsup": "^8.4.0",
|