@eslint-react/eslint-plugin 1.28.0-beta.1 → 1.28.0-beta.6
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 +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +10 -10
package/dist/index.d.mts
CHANGED
|
@@ -620,8 +620,8 @@ declare const settings$5: {
|
|
|
620
620
|
readonly jsxPragma: "createElement";
|
|
621
621
|
readonly jsxPragmaFrag: "Fragment";
|
|
622
622
|
readonly polymorphicPropName: "as";
|
|
623
|
+
readonly skipImportCheck: true;
|
|
623
624
|
readonly strict: false;
|
|
624
|
-
readonly strictImportCheck: false;
|
|
625
625
|
readonly version: "detect";
|
|
626
626
|
readonly additionalHooks: {
|
|
627
627
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
@@ -986,8 +986,8 @@ declare const settings$4: {
|
|
|
986
986
|
readonly jsxPragma: "createElement";
|
|
987
987
|
readonly jsxPragmaFrag: "Fragment";
|
|
988
988
|
readonly polymorphicPropName: "as";
|
|
989
|
+
readonly skipImportCheck: true;
|
|
989
990
|
readonly strict: false;
|
|
990
|
-
readonly strictImportCheck: false;
|
|
991
991
|
readonly version: "detect";
|
|
992
992
|
readonly additionalHooks: {
|
|
993
993
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
@@ -1169,8 +1169,8 @@ declare const settings$3: {
|
|
|
1169
1169
|
readonly jsxPragma: "createElement";
|
|
1170
1170
|
readonly jsxPragmaFrag: "Fragment";
|
|
1171
1171
|
readonly polymorphicPropName: "as";
|
|
1172
|
+
readonly skipImportCheck: true;
|
|
1172
1173
|
readonly strict: false;
|
|
1173
|
-
readonly strictImportCheck: false;
|
|
1174
1174
|
readonly version: "detect";
|
|
1175
1175
|
readonly additionalHooks: {
|
|
1176
1176
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
@@ -1802,8 +1802,8 @@ declare const settings$2: {
|
|
|
1802
1802
|
readonly jsxPragma: "createElement";
|
|
1803
1803
|
readonly jsxPragmaFrag: "Fragment";
|
|
1804
1804
|
readonly polymorphicPropName: "as";
|
|
1805
|
+
readonly skipImportCheck: true;
|
|
1805
1806
|
readonly strict: false;
|
|
1806
|
-
readonly strictImportCheck: false;
|
|
1807
1807
|
readonly version: "detect";
|
|
1808
1808
|
readonly additionalHooks: {
|
|
1809
1809
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
@@ -2430,8 +2430,8 @@ declare const settings$1: {
|
|
|
2430
2430
|
readonly jsxPragma: "createElement";
|
|
2431
2431
|
readonly jsxPragmaFrag: "Fragment";
|
|
2432
2432
|
readonly polymorphicPropName: "as";
|
|
2433
|
+
readonly skipImportCheck: true;
|
|
2433
2434
|
readonly strict: false;
|
|
2434
|
-
readonly strictImportCheck: false;
|
|
2435
2435
|
readonly version: "detect";
|
|
2436
2436
|
readonly additionalHooks: {
|
|
2437
2437
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
@@ -3057,8 +3057,8 @@ declare const settings: {
|
|
|
3057
3057
|
readonly jsxPragma: "createElement";
|
|
3058
3058
|
readonly jsxPragmaFrag: "Fragment";
|
|
3059
3059
|
readonly polymorphicPropName: "as";
|
|
3060
|
+
readonly skipImportCheck: true;
|
|
3060
3061
|
readonly strict: false;
|
|
3061
|
-
readonly strictImportCheck: false;
|
|
3062
3062
|
readonly version: "detect";
|
|
3063
3063
|
readonly additionalHooks: {
|
|
3064
3064
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
package/dist/index.d.ts
CHANGED
|
@@ -620,8 +620,8 @@ declare const settings$5: {
|
|
|
620
620
|
readonly jsxPragma: "createElement";
|
|
621
621
|
readonly jsxPragmaFrag: "Fragment";
|
|
622
622
|
readonly polymorphicPropName: "as";
|
|
623
|
+
readonly skipImportCheck: true;
|
|
623
624
|
readonly strict: false;
|
|
624
|
-
readonly strictImportCheck: false;
|
|
625
625
|
readonly version: "detect";
|
|
626
626
|
readonly additionalHooks: {
|
|
627
627
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
@@ -986,8 +986,8 @@ declare const settings$4: {
|
|
|
986
986
|
readonly jsxPragma: "createElement";
|
|
987
987
|
readonly jsxPragmaFrag: "Fragment";
|
|
988
988
|
readonly polymorphicPropName: "as";
|
|
989
|
+
readonly skipImportCheck: true;
|
|
989
990
|
readonly strict: false;
|
|
990
|
-
readonly strictImportCheck: false;
|
|
991
991
|
readonly version: "detect";
|
|
992
992
|
readonly additionalHooks: {
|
|
993
993
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
@@ -1169,8 +1169,8 @@ declare const settings$3: {
|
|
|
1169
1169
|
readonly jsxPragma: "createElement";
|
|
1170
1170
|
readonly jsxPragmaFrag: "Fragment";
|
|
1171
1171
|
readonly polymorphicPropName: "as";
|
|
1172
|
+
readonly skipImportCheck: true;
|
|
1172
1173
|
readonly strict: false;
|
|
1173
|
-
readonly strictImportCheck: false;
|
|
1174
1174
|
readonly version: "detect";
|
|
1175
1175
|
readonly additionalHooks: {
|
|
1176
1176
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
@@ -1802,8 +1802,8 @@ declare const settings$2: {
|
|
|
1802
1802
|
readonly jsxPragma: "createElement";
|
|
1803
1803
|
readonly jsxPragmaFrag: "Fragment";
|
|
1804
1804
|
readonly polymorphicPropName: "as";
|
|
1805
|
+
readonly skipImportCheck: true;
|
|
1805
1806
|
readonly strict: false;
|
|
1806
|
-
readonly strictImportCheck: false;
|
|
1807
1807
|
readonly version: "detect";
|
|
1808
1808
|
readonly additionalHooks: {
|
|
1809
1809
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
@@ -2430,8 +2430,8 @@ declare const settings$1: {
|
|
|
2430
2430
|
readonly jsxPragma: "createElement";
|
|
2431
2431
|
readonly jsxPragmaFrag: "Fragment";
|
|
2432
2432
|
readonly polymorphicPropName: "as";
|
|
2433
|
+
readonly skipImportCheck: true;
|
|
2433
2434
|
readonly strict: false;
|
|
2434
|
-
readonly strictImportCheck: false;
|
|
2435
2435
|
readonly version: "detect";
|
|
2436
2436
|
readonly additionalHooks: {
|
|
2437
2437
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
|
@@ -3057,8 +3057,8 @@ declare const settings: {
|
|
|
3057
3057
|
readonly jsxPragma: "createElement";
|
|
3058
3058
|
readonly jsxPragmaFrag: "Fragment";
|
|
3059
3059
|
readonly polymorphicPropName: "as";
|
|
3060
|
+
readonly skipImportCheck: true;
|
|
3060
3061
|
readonly strict: false;
|
|
3061
|
-
readonly strictImportCheck: false;
|
|
3062
3062
|
readonly version: "detect";
|
|
3063
3063
|
readonly additionalHooks: {
|
|
3064
3064
|
readonly useEffect: ["useIsomorphicLayoutEffect"];
|
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.0-beta.
|
|
3
|
+
"version": "1.28.0-beta.6",
|
|
4
4
|
"description": "More than 80 high-quality linting rules for writing better React code.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -50,17 +50,17 @@
|
|
|
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.0-beta.
|
|
54
|
-
"eslint-
|
|
55
|
-
"
|
|
56
|
-
"eslint-plugin-react-hooks-extra": "1.28.0-beta.
|
|
57
|
-
"eslint-plugin-react-
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"eslint-plugin-react-x": "1.28.0-beta.
|
|
60
|
-
"eslint-plugin-react-
|
|
53
|
+
"@eslint-react/eff": "1.28.0-beta.6",
|
|
54
|
+
"@eslint-react/shared": "1.28.0-beta.6",
|
|
55
|
+
"eslint-plugin-react-dom": "1.28.0-beta.6",
|
|
56
|
+
"eslint-plugin-react-hooks-extra": "1.28.0-beta.6",
|
|
57
|
+
"eslint-plugin-react-web-api": "1.28.0-beta.6",
|
|
58
|
+
"eslint-plugin-react-debug": "1.28.0-beta.6",
|
|
59
|
+
"eslint-plugin-react-x": "1.28.0-beta.6",
|
|
60
|
+
"eslint-plugin-react-naming-convention": "1.28.0-beta.6"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"tsup": "^8.
|
|
63
|
+
"tsup": "^8.4.0",
|
|
64
64
|
"@local/configs": "0.0.0"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|