@eslint-react/eslint-plugin 1.8.3-beta.3 → 1.8.3-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 CHANGED
@@ -86,6 +86,7 @@ declare const _default: {
86
86
  };
87
87
  readonly settings: {
88
88
  readonly "react-x": {
89
+ skipImportCheck: boolean;
89
90
  importSource?: string | undefined;
90
91
  jsxPragma?: string | undefined;
91
92
  jsxPragmaFrag?: string | undefined;
@@ -141,6 +142,7 @@ declare const _default: {
141
142
  };
142
143
  readonly settings: {
143
144
  readonly "react-x": {
145
+ skipImportCheck: boolean;
144
146
  importSource?: string | undefined;
145
147
  jsxPragma?: string | undefined;
146
148
  jsxPragmaFrag?: string | undefined;
@@ -203,6 +205,7 @@ declare const _default: {
203
205
  };
204
206
  readonly settings: {
205
207
  readonly "react-x": {
208
+ skipImportCheck: boolean;
206
209
  importSource?: string | undefined;
207
210
  jsxPragma?: string | undefined;
208
211
  jsxPragmaFrag?: string | undefined;
@@ -318,6 +321,7 @@ declare const _default: {
318
321
  };
319
322
  readonly settings: {
320
323
  readonly "react-x": {
324
+ skipImportCheck: boolean;
321
325
  importSource?: string | undefined;
322
326
  jsxPragma?: string | undefined;
323
327
  jsxPragmaFrag?: string | undefined;
@@ -380,6 +384,7 @@ declare const _default: {
380
384
  };
381
385
  readonly settings: {
382
386
  readonly "react-x": {
387
+ skipImportCheck: boolean;
383
388
  importSource?: string | undefined;
384
389
  jsxPragma?: string | undefined;
385
390
  jsxPragmaFrag?: string | undefined;
@@ -476,6 +481,7 @@ declare const _default: {
476
481
  };
477
482
  readonly settings: {
478
483
  readonly "react-x": {
484
+ skipImportCheck: boolean;
479
485
  importSource?: string | undefined;
480
486
  jsxPragma?: string | undefined;
481
487
  jsxPragmaFrag?: string | undefined;
@@ -573,6 +579,7 @@ declare const _default: {
573
579
  };
574
580
  readonly settings: {
575
581
  readonly "react-x": {
582
+ skipImportCheck: boolean;
576
583
  importSource?: string | undefined;
577
584
  jsxPragma?: string | undefined;
578
585
  jsxPragmaFrag?: string | undefined;
@@ -682,6 +689,7 @@ declare const _default: {
682
689
  };
683
690
  readonly settings: {
684
691
  readonly "react-x": {
692
+ skipImportCheck: boolean;
685
693
  importSource?: string | undefined;
686
694
  jsxPragma?: string | undefined;
687
695
  jsxPragmaFrag?: string | undefined;
@@ -731,6 +739,7 @@ declare const _default: {
731
739
  };
732
740
  readonly settings: {
733
741
  readonly "react-x": {
742
+ skipImportCheck: boolean;
734
743
  importSource?: string | undefined;
735
744
  jsxPragma?: string | undefined;
736
745
  jsxPragmaFrag?: string | undefined;
@@ -787,6 +796,7 @@ declare const _default: {
787
796
  };
788
797
  readonly settings: {
789
798
  readonly "react-x": {
799
+ skipImportCheck: boolean;
790
800
  importSource?: string | undefined;
791
801
  jsxPragma?: string | undefined;
792
802
  jsxPragmaFrag?: string | undefined;
@@ -843,6 +853,7 @@ declare const _default: {
843
853
  };
844
854
  readonly settings: {
845
855
  readonly "react-x": {
856
+ skipImportCheck: boolean;
846
857
  importSource?: string | undefined;
847
858
  jsxPragma?: string | undefined;
848
859
  jsxPragmaFrag?: string | undefined;
@@ -952,6 +963,7 @@ declare const _default: {
952
963
  };
953
964
  readonly settings: {
954
965
  readonly "react-x": {
966
+ skipImportCheck: boolean;
955
967
  importSource?: string | undefined;
956
968
  jsxPragma?: string | undefined;
957
969
  jsxPragmaFrag?: string | undefined;
@@ -1042,6 +1054,7 @@ declare const _default: {
1042
1054
  };
1043
1055
  readonly settings: {
1044
1056
  readonly "react-x": {
1057
+ skipImportCheck: boolean;
1045
1058
  importSource?: string | undefined;
1046
1059
  jsxPragma?: string | undefined;
1047
1060
  jsxPragmaFrag?: string | undefined;
@@ -1133,6 +1146,7 @@ declare const _default: {
1133
1146
  };
1134
1147
  readonly settings: {
1135
1148
  readonly "react-x": {
1149
+ skipImportCheck: boolean;
1136
1150
  importSource?: string | undefined;
1137
1151
  jsxPragma?: string | undefined;
1138
1152
  jsxPragmaFrag?: string | undefined;
package/dist/index.d.ts CHANGED
@@ -86,6 +86,7 @@ declare const _default: {
86
86
  };
87
87
  readonly settings: {
88
88
  readonly "react-x": {
89
+ skipImportCheck: boolean;
89
90
  importSource?: string | undefined;
90
91
  jsxPragma?: string | undefined;
91
92
  jsxPragmaFrag?: string | undefined;
@@ -141,6 +142,7 @@ declare const _default: {
141
142
  };
142
143
  readonly settings: {
143
144
  readonly "react-x": {
145
+ skipImportCheck: boolean;
144
146
  importSource?: string | undefined;
145
147
  jsxPragma?: string | undefined;
146
148
  jsxPragmaFrag?: string | undefined;
@@ -203,6 +205,7 @@ declare const _default: {
203
205
  };
204
206
  readonly settings: {
205
207
  readonly "react-x": {
208
+ skipImportCheck: boolean;
206
209
  importSource?: string | undefined;
207
210
  jsxPragma?: string | undefined;
208
211
  jsxPragmaFrag?: string | undefined;
@@ -318,6 +321,7 @@ declare const _default: {
318
321
  };
319
322
  readonly settings: {
320
323
  readonly "react-x": {
324
+ skipImportCheck: boolean;
321
325
  importSource?: string | undefined;
322
326
  jsxPragma?: string | undefined;
323
327
  jsxPragmaFrag?: string | undefined;
@@ -380,6 +384,7 @@ declare const _default: {
380
384
  };
381
385
  readonly settings: {
382
386
  readonly "react-x": {
387
+ skipImportCheck: boolean;
383
388
  importSource?: string | undefined;
384
389
  jsxPragma?: string | undefined;
385
390
  jsxPragmaFrag?: string | undefined;
@@ -476,6 +481,7 @@ declare const _default: {
476
481
  };
477
482
  readonly settings: {
478
483
  readonly "react-x": {
484
+ skipImportCheck: boolean;
479
485
  importSource?: string | undefined;
480
486
  jsxPragma?: string | undefined;
481
487
  jsxPragmaFrag?: string | undefined;
@@ -573,6 +579,7 @@ declare const _default: {
573
579
  };
574
580
  readonly settings: {
575
581
  readonly "react-x": {
582
+ skipImportCheck: boolean;
576
583
  importSource?: string | undefined;
577
584
  jsxPragma?: string | undefined;
578
585
  jsxPragmaFrag?: string | undefined;
@@ -682,6 +689,7 @@ declare const _default: {
682
689
  };
683
690
  readonly settings: {
684
691
  readonly "react-x": {
692
+ skipImportCheck: boolean;
685
693
  importSource?: string | undefined;
686
694
  jsxPragma?: string | undefined;
687
695
  jsxPragmaFrag?: string | undefined;
@@ -731,6 +739,7 @@ declare const _default: {
731
739
  };
732
740
  readonly settings: {
733
741
  readonly "react-x": {
742
+ skipImportCheck: boolean;
734
743
  importSource?: string | undefined;
735
744
  jsxPragma?: string | undefined;
736
745
  jsxPragmaFrag?: string | undefined;
@@ -787,6 +796,7 @@ declare const _default: {
787
796
  };
788
797
  readonly settings: {
789
798
  readonly "react-x": {
799
+ skipImportCheck: boolean;
790
800
  importSource?: string | undefined;
791
801
  jsxPragma?: string | undefined;
792
802
  jsxPragmaFrag?: string | undefined;
@@ -843,6 +853,7 @@ declare const _default: {
843
853
  };
844
854
  readonly settings: {
845
855
  readonly "react-x": {
856
+ skipImportCheck: boolean;
846
857
  importSource?: string | undefined;
847
858
  jsxPragma?: string | undefined;
848
859
  jsxPragmaFrag?: string | undefined;
@@ -952,6 +963,7 @@ declare const _default: {
952
963
  };
953
964
  readonly settings: {
954
965
  readonly "react-x": {
966
+ skipImportCheck: boolean;
955
967
  importSource?: string | undefined;
956
968
  jsxPragma?: string | undefined;
957
969
  jsxPragmaFrag?: string | undefined;
@@ -1042,6 +1054,7 @@ declare const _default: {
1042
1054
  };
1043
1055
  readonly settings: {
1044
1056
  readonly "react-x": {
1057
+ skipImportCheck: boolean;
1045
1058
  importSource?: string | undefined;
1046
1059
  jsxPragma?: string | undefined;
1047
1060
  jsxPragmaFrag?: string | undefined;
@@ -1133,6 +1146,7 @@ declare const _default: {
1133
1146
  };
1134
1147
  readonly settings: {
1135
1148
  readonly "react-x": {
1149
+ skipImportCheck: boolean;
1136
1150
  importSource?: string | undefined;
1137
1151
  jsxPragma?: string | undefined;
1138
1152
  jsxPragmaFrag?: string | undefined;
package/dist/index.js CHANGED
@@ -38,7 +38,7 @@ var R__namespace = /*#__PURE__*/_interopNamespace(R);
38
38
 
39
39
  // package.json
40
40
  var name = "@eslint-react/eslint-plugin";
41
- var version = "1.8.3-beta.3";
41
+ var version = "1.8.3-beta.6";
42
42
  function transformKeys(obj, transform) {
43
43
  if (tools.typeOf(obj) !== "object") return obj;
44
44
  const res = {};
package/dist/index.mjs CHANGED
@@ -11,7 +11,7 @@ import { typeOf } from '@eslint-react/tools';
11
11
 
12
12
  // package.json
13
13
  var name = "@eslint-react/eslint-plugin";
14
- var version = "1.8.3-beta.3";
14
+ var version = "1.8.3-beta.6";
15
15
  function transformKeys(obj, transform) {
16
16
  if (typeOf(obj) !== "object") return obj;
17
17
  const res = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.8.3-beta.3",
3
+ "version": "1.8.3-beta.6",
4
4
  "description": "The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -48,14 +48,14 @@
48
48
  "@typescript-eslint/types": "^8.0.0",
49
49
  "@typescript-eslint/utils": "^8.0.0",
50
50
  "remeda": "^2.7.0",
51
- "@eslint-react/shared": "1.8.3-beta.3",
52
- "@eslint-react/types": "1.8.3-beta.3",
53
- "@eslint-react/tools": "1.8.3-beta.3",
54
- "eslint-plugin-react-dom": "1.8.3-beta.3",
55
- "eslint-plugin-react-hooks-extra": "1.8.3-beta.3",
56
- "eslint-plugin-react-debug": "1.8.3-beta.3",
57
- "eslint-plugin-react-naming-convention": "1.8.3-beta.3",
58
- "eslint-plugin-react-x": "1.8.3-beta.3"
51
+ "@eslint-react/shared": "1.8.3-beta.6",
52
+ "@eslint-react/types": "1.8.3-beta.6",
53
+ "eslint-plugin-react-dom": "1.8.3-beta.6",
54
+ "eslint-plugin-react-hooks-extra": "1.8.3-beta.6",
55
+ "eslint-plugin-react-debug": "1.8.3-beta.6",
56
+ "eslint-plugin-react-x": "1.8.3-beta.6",
57
+ "@eslint-react/tools": "1.8.3-beta.6",
58
+ "eslint-plugin-react-naming-convention": "1.8.3-beta.6"
59
59
  },
60
60
  "devDependencies": {
61
61
  "tsup": "8.2.4"