@alextheman/eslint-plugin 5.10.0 → 5.10.2
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.cjs +14 -4
- package/dist/index.js +14 -4
- package/dist/internal/index.cjs +10 -2
- package/dist/internal/index.js +10 -2
- package/dist/utility/index.d.cts +0 -2
- package/dist/utility/index.d.ts +0 -2
- package/package.json +15 -15
package/dist/index.cjs
CHANGED
|
@@ -62,7 +62,7 @@ let eslint_plugin_jsdoc = require("eslint-plugin-jsdoc");
|
|
|
62
62
|
eslint_plugin_jsdoc = __toESM(eslint_plugin_jsdoc);
|
|
63
63
|
let _alextheman_utility_node = require("@alextheman/utility/node");
|
|
64
64
|
|
|
65
|
-
//#region node_modules/.pnpm/globals@17.
|
|
65
|
+
//#region node_modules/.pnpm/globals@17.4.0/node_modules/globals/globals.json
|
|
66
66
|
var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
67
67
|
module.exports = {
|
|
68
68
|
"amd": {
|
|
@@ -244,6 +244,8 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
244
244
|
"CookieStore": false,
|
|
245
245
|
"CookieStoreManager": false,
|
|
246
246
|
"CountQueuingStrategy": false,
|
|
247
|
+
"crashReport": false,
|
|
248
|
+
"CrashReportContext": false,
|
|
247
249
|
"createImageBitmap": false,
|
|
248
250
|
"CreateMonitor": false,
|
|
249
251
|
"Credential": false,
|
|
@@ -832,6 +834,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
832
834
|
"Option": false,
|
|
833
835
|
"OrientationSensor": false,
|
|
834
836
|
"origin": false,
|
|
837
|
+
"Origin": false,
|
|
835
838
|
"originAgentCluster": false,
|
|
836
839
|
"OscillatorNode": false,
|
|
837
840
|
"OTPCredential": false,
|
|
@@ -871,6 +874,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
871
874
|
"PerformanceScriptTiming": false,
|
|
872
875
|
"PerformanceServerTiming": false,
|
|
873
876
|
"PerformanceTiming": false,
|
|
877
|
+
"PerformanceTimingConfidence": false,
|
|
874
878
|
"PeriodicSyncManager": false,
|
|
875
879
|
"PeriodicWave": false,
|
|
876
880
|
"Permissions": false,
|
|
@@ -1620,6 +1624,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
1620
1624
|
"structuredClone": false,
|
|
1621
1625
|
"SubtleCrypto": false,
|
|
1622
1626
|
"SuppressedError": false,
|
|
1627
|
+
"Temporal": false,
|
|
1623
1628
|
"TextDecoder": false,
|
|
1624
1629
|
"TextDecoderStream": false,
|
|
1625
1630
|
"TextEncoder": false,
|
|
@@ -3176,6 +3181,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
3176
3181
|
"onsync": true,
|
|
3177
3182
|
"onunhandledrejection": true,
|
|
3178
3183
|
"origin": false,
|
|
3184
|
+
"Origin": false,
|
|
3179
3185
|
"Path2D": false,
|
|
3180
3186
|
"PaymentRequestEvent": false,
|
|
3181
3187
|
"performance": false,
|
|
@@ -3519,6 +3525,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
3519
3525
|
"onrejectionhandled": true,
|
|
3520
3526
|
"onunhandledrejection": true,
|
|
3521
3527
|
"origin": false,
|
|
3528
|
+
"Origin": false,
|
|
3522
3529
|
"Path2D": false,
|
|
3523
3530
|
"performance": false,
|
|
3524
3531
|
"Performance": false,
|
|
@@ -3907,6 +3914,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
3907
3914
|
"onrtctransform": true,
|
|
3908
3915
|
"onunhandledrejection": true,
|
|
3909
3916
|
"origin": false,
|
|
3917
|
+
"Origin": false,
|
|
3910
3918
|
"Path2D": false,
|
|
3911
3919
|
"performance": false,
|
|
3912
3920
|
"Performance": false,
|
|
@@ -4080,7 +4088,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
4080
4088
|
}));
|
|
4081
4089
|
|
|
4082
4090
|
//#endregion
|
|
4083
|
-
//#region node_modules/.pnpm/globals@17.
|
|
4091
|
+
//#region node_modules/.pnpm/globals@17.4.0/node_modules/globals/index.js
|
|
4084
4092
|
var require_globals = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
4085
4093
|
module.exports = require_globals$1();
|
|
4086
4094
|
}));
|
|
@@ -4611,6 +4619,7 @@ function internalJavaScript(plugin) {
|
|
|
4611
4619
|
plugins: {
|
|
4612
4620
|
"@alextheman": plugin,
|
|
4613
4621
|
import: eslint_plugin_import.default,
|
|
4622
|
+
n: eslint_plugin_n.default,
|
|
4614
4623
|
perfectionist: eslint_plugin_perfectionist.default,
|
|
4615
4624
|
prettier: eslint_plugin_prettier.default
|
|
4616
4625
|
},
|
|
@@ -4624,6 +4633,7 @@ function internalJavaScript(plugin) {
|
|
|
4624
4633
|
{ allowArrowFunctions: false }
|
|
4625
4634
|
],
|
|
4626
4635
|
"import/consistent-type-specifier-style": ["error", "prefer-top-level"],
|
|
4636
|
+
"n/no-extraneous-import": "off",
|
|
4627
4637
|
"no-else-return": "error",
|
|
4628
4638
|
"no-implicit-coercion": ["error", { allow: ["!!"] }],
|
|
4629
4639
|
"no-restricted-imports": ["error", personalRestrictedImports],
|
|
@@ -4838,7 +4848,7 @@ const internalJsdoc = [eslint_plugin_jsdoc.default.configs["flat/recommended-typ
|
|
|
4838
4848
|
//#region src/configs/internal/components.ts
|
|
4839
4849
|
const internalComponents = [...internalJsdoc, { rules: {
|
|
4840
4850
|
"jsdoc/check-param-names": "off",
|
|
4841
|
-
"jsdoc/require-param":
|
|
4851
|
+
"jsdoc/require-param": "off",
|
|
4842
4852
|
"jsdoc/require-returns": "off"
|
|
4843
4853
|
} }];
|
|
4844
4854
|
|
|
@@ -5558,7 +5568,7 @@ var rules_default = {
|
|
|
5558
5568
|
//#endregion
|
|
5559
5569
|
//#region package.json
|
|
5560
5570
|
var name = "@alextheman/eslint-plugin";
|
|
5561
|
-
var version = "5.10.
|
|
5571
|
+
var version = "5.10.2";
|
|
5562
5572
|
|
|
5563
5573
|
//#endregion
|
|
5564
5574
|
//#region src/alexPlugin.ts
|
package/dist/index.js
CHANGED
|
@@ -46,7 +46,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
46
46
|
}) : target, mod));
|
|
47
47
|
|
|
48
48
|
//#endregion
|
|
49
|
-
//#region node_modules/.pnpm/globals@17.
|
|
49
|
+
//#region node_modules/.pnpm/globals@17.4.0/node_modules/globals/globals.json
|
|
50
50
|
var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
51
51
|
module.exports = {
|
|
52
52
|
"amd": {
|
|
@@ -228,6 +228,8 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
228
228
|
"CookieStore": false,
|
|
229
229
|
"CookieStoreManager": false,
|
|
230
230
|
"CountQueuingStrategy": false,
|
|
231
|
+
"crashReport": false,
|
|
232
|
+
"CrashReportContext": false,
|
|
231
233
|
"createImageBitmap": false,
|
|
232
234
|
"CreateMonitor": false,
|
|
233
235
|
"Credential": false,
|
|
@@ -816,6 +818,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
816
818
|
"Option": false,
|
|
817
819
|
"OrientationSensor": false,
|
|
818
820
|
"origin": false,
|
|
821
|
+
"Origin": false,
|
|
819
822
|
"originAgentCluster": false,
|
|
820
823
|
"OscillatorNode": false,
|
|
821
824
|
"OTPCredential": false,
|
|
@@ -855,6 +858,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
855
858
|
"PerformanceScriptTiming": false,
|
|
856
859
|
"PerformanceServerTiming": false,
|
|
857
860
|
"PerformanceTiming": false,
|
|
861
|
+
"PerformanceTimingConfidence": false,
|
|
858
862
|
"PeriodicSyncManager": false,
|
|
859
863
|
"PeriodicWave": false,
|
|
860
864
|
"Permissions": false,
|
|
@@ -1604,6 +1608,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
1604
1608
|
"structuredClone": false,
|
|
1605
1609
|
"SubtleCrypto": false,
|
|
1606
1610
|
"SuppressedError": false,
|
|
1611
|
+
"Temporal": false,
|
|
1607
1612
|
"TextDecoder": false,
|
|
1608
1613
|
"TextDecoderStream": false,
|
|
1609
1614
|
"TextEncoder": false,
|
|
@@ -3160,6 +3165,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
3160
3165
|
"onsync": true,
|
|
3161
3166
|
"onunhandledrejection": true,
|
|
3162
3167
|
"origin": false,
|
|
3168
|
+
"Origin": false,
|
|
3163
3169
|
"Path2D": false,
|
|
3164
3170
|
"PaymentRequestEvent": false,
|
|
3165
3171
|
"performance": false,
|
|
@@ -3503,6 +3509,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
3503
3509
|
"onrejectionhandled": true,
|
|
3504
3510
|
"onunhandledrejection": true,
|
|
3505
3511
|
"origin": false,
|
|
3512
|
+
"Origin": false,
|
|
3506
3513
|
"Path2D": false,
|
|
3507
3514
|
"performance": false,
|
|
3508
3515
|
"Performance": false,
|
|
@@ -3891,6 +3898,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
3891
3898
|
"onrtctransform": true,
|
|
3892
3899
|
"onunhandledrejection": true,
|
|
3893
3900
|
"origin": false,
|
|
3901
|
+
"Origin": false,
|
|
3894
3902
|
"Path2D": false,
|
|
3895
3903
|
"performance": false,
|
|
3896
3904
|
"Performance": false,
|
|
@@ -4064,7 +4072,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
4064
4072
|
}));
|
|
4065
4073
|
|
|
4066
4074
|
//#endregion
|
|
4067
|
-
//#region node_modules/.pnpm/globals@17.
|
|
4075
|
+
//#region node_modules/.pnpm/globals@17.4.0/node_modules/globals/index.js
|
|
4068
4076
|
var require_globals = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
4069
4077
|
module.exports = require_globals$1();
|
|
4070
4078
|
}));
|
|
@@ -4595,6 +4603,7 @@ function internalJavaScript(plugin) {
|
|
|
4595
4603
|
plugins: {
|
|
4596
4604
|
"@alextheman": plugin,
|
|
4597
4605
|
import: importPlugin,
|
|
4606
|
+
n: nodePlugin,
|
|
4598
4607
|
perfectionist,
|
|
4599
4608
|
prettier: prettierPlugin
|
|
4600
4609
|
},
|
|
@@ -4608,6 +4617,7 @@ function internalJavaScript(plugin) {
|
|
|
4608
4617
|
{ allowArrowFunctions: false }
|
|
4609
4618
|
],
|
|
4610
4619
|
"import/consistent-type-specifier-style": ["error", "prefer-top-level"],
|
|
4620
|
+
"n/no-extraneous-import": "off",
|
|
4611
4621
|
"no-else-return": "error",
|
|
4612
4622
|
"no-implicit-coercion": ["error", { allow: ["!!"] }],
|
|
4613
4623
|
"no-restricted-imports": ["error", personalRestrictedImports],
|
|
@@ -4822,7 +4832,7 @@ const internalJsdoc = [jsdoc.configs["flat/recommended-typescript-error"], { rul
|
|
|
4822
4832
|
//#region src/configs/internal/components.ts
|
|
4823
4833
|
const internalComponents = [...internalJsdoc, { rules: {
|
|
4824
4834
|
"jsdoc/check-param-names": "off",
|
|
4825
|
-
"jsdoc/require-param":
|
|
4835
|
+
"jsdoc/require-param": "off",
|
|
4826
4836
|
"jsdoc/require-returns": "off"
|
|
4827
4837
|
} }];
|
|
4828
4838
|
|
|
@@ -5542,7 +5552,7 @@ var rules_default = {
|
|
|
5542
5552
|
//#endregion
|
|
5543
5553
|
//#region package.json
|
|
5544
5554
|
var name = "@alextheman/eslint-plugin";
|
|
5545
|
-
var version = "5.10.
|
|
5555
|
+
var version = "5.10.2";
|
|
5546
5556
|
|
|
5547
5557
|
//#endregion
|
|
5548
5558
|
//#region src/alexPlugin.ts
|
package/dist/internal/index.cjs
CHANGED
|
@@ -75,7 +75,7 @@ function vitestConfig(environment = "jsdom") {
|
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
//#endregion
|
|
78
|
-
//#region node_modules/.pnpm/globals@17.
|
|
78
|
+
//#region node_modules/.pnpm/globals@17.4.0/node_modules/globals/globals.json
|
|
79
79
|
var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
80
80
|
module.exports = {
|
|
81
81
|
"amd": {
|
|
@@ -257,6 +257,8 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
257
257
|
"CookieStore": false,
|
|
258
258
|
"CookieStoreManager": false,
|
|
259
259
|
"CountQueuingStrategy": false,
|
|
260
|
+
"crashReport": false,
|
|
261
|
+
"CrashReportContext": false,
|
|
260
262
|
"createImageBitmap": false,
|
|
261
263
|
"CreateMonitor": false,
|
|
262
264
|
"Credential": false,
|
|
@@ -845,6 +847,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
845
847
|
"Option": false,
|
|
846
848
|
"OrientationSensor": false,
|
|
847
849
|
"origin": false,
|
|
850
|
+
"Origin": false,
|
|
848
851
|
"originAgentCluster": false,
|
|
849
852
|
"OscillatorNode": false,
|
|
850
853
|
"OTPCredential": false,
|
|
@@ -884,6 +887,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
884
887
|
"PerformanceScriptTiming": false,
|
|
885
888
|
"PerformanceServerTiming": false,
|
|
886
889
|
"PerformanceTiming": false,
|
|
890
|
+
"PerformanceTimingConfidence": false,
|
|
887
891
|
"PeriodicSyncManager": false,
|
|
888
892
|
"PeriodicWave": false,
|
|
889
893
|
"Permissions": false,
|
|
@@ -1633,6 +1637,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
1633
1637
|
"structuredClone": false,
|
|
1634
1638
|
"SubtleCrypto": false,
|
|
1635
1639
|
"SuppressedError": false,
|
|
1640
|
+
"Temporal": false,
|
|
1636
1641
|
"TextDecoder": false,
|
|
1637
1642
|
"TextDecoderStream": false,
|
|
1638
1643
|
"TextEncoder": false,
|
|
@@ -3189,6 +3194,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
3189
3194
|
"onsync": true,
|
|
3190
3195
|
"onunhandledrejection": true,
|
|
3191
3196
|
"origin": false,
|
|
3197
|
+
"Origin": false,
|
|
3192
3198
|
"Path2D": false,
|
|
3193
3199
|
"PaymentRequestEvent": false,
|
|
3194
3200
|
"performance": false,
|
|
@@ -3532,6 +3538,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
3532
3538
|
"onrejectionhandled": true,
|
|
3533
3539
|
"onunhandledrejection": true,
|
|
3534
3540
|
"origin": false,
|
|
3541
|
+
"Origin": false,
|
|
3535
3542
|
"Path2D": false,
|
|
3536
3543
|
"performance": false,
|
|
3537
3544
|
"Performance": false,
|
|
@@ -3920,6 +3927,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
3920
3927
|
"onrtctransform": true,
|
|
3921
3928
|
"onunhandledrejection": true,
|
|
3922
3929
|
"origin": false,
|
|
3930
|
+
"Origin": false,
|
|
3923
3931
|
"Path2D": false,
|
|
3924
3932
|
"performance": false,
|
|
3925
3933
|
"Performance": false,
|
|
@@ -4093,7 +4101,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
4093
4101
|
}));
|
|
4094
4102
|
|
|
4095
4103
|
//#endregion
|
|
4096
|
-
//#region node_modules/.pnpm/globals@17.
|
|
4104
|
+
//#region node_modules/.pnpm/globals@17.4.0/node_modules/globals/index.js
|
|
4097
4105
|
var require_globals = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
4098
4106
|
module.exports = require_globals$1();
|
|
4099
4107
|
}));
|
package/dist/internal/index.js
CHANGED
|
@@ -72,7 +72,7 @@ function vitestConfig(environment = "jsdom") {
|
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
//#endregion
|
|
75
|
-
//#region node_modules/.pnpm/globals@17.
|
|
75
|
+
//#region node_modules/.pnpm/globals@17.4.0/node_modules/globals/globals.json
|
|
76
76
|
var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
77
77
|
module.exports = {
|
|
78
78
|
"amd": {
|
|
@@ -254,6 +254,8 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
254
254
|
"CookieStore": false,
|
|
255
255
|
"CookieStoreManager": false,
|
|
256
256
|
"CountQueuingStrategy": false,
|
|
257
|
+
"crashReport": false,
|
|
258
|
+
"CrashReportContext": false,
|
|
257
259
|
"createImageBitmap": false,
|
|
258
260
|
"CreateMonitor": false,
|
|
259
261
|
"Credential": false,
|
|
@@ -842,6 +844,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
842
844
|
"Option": false,
|
|
843
845
|
"OrientationSensor": false,
|
|
844
846
|
"origin": false,
|
|
847
|
+
"Origin": false,
|
|
845
848
|
"originAgentCluster": false,
|
|
846
849
|
"OscillatorNode": false,
|
|
847
850
|
"OTPCredential": false,
|
|
@@ -881,6 +884,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
881
884
|
"PerformanceScriptTiming": false,
|
|
882
885
|
"PerformanceServerTiming": false,
|
|
883
886
|
"PerformanceTiming": false,
|
|
887
|
+
"PerformanceTimingConfidence": false,
|
|
884
888
|
"PeriodicSyncManager": false,
|
|
885
889
|
"PeriodicWave": false,
|
|
886
890
|
"Permissions": false,
|
|
@@ -1630,6 +1634,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
1630
1634
|
"structuredClone": false,
|
|
1631
1635
|
"SubtleCrypto": false,
|
|
1632
1636
|
"SuppressedError": false,
|
|
1637
|
+
"Temporal": false,
|
|
1633
1638
|
"TextDecoder": false,
|
|
1634
1639
|
"TextDecoderStream": false,
|
|
1635
1640
|
"TextEncoder": false,
|
|
@@ -3186,6 +3191,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
3186
3191
|
"onsync": true,
|
|
3187
3192
|
"onunhandledrejection": true,
|
|
3188
3193
|
"origin": false,
|
|
3194
|
+
"Origin": false,
|
|
3189
3195
|
"Path2D": false,
|
|
3190
3196
|
"PaymentRequestEvent": false,
|
|
3191
3197
|
"performance": false,
|
|
@@ -3529,6 +3535,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
3529
3535
|
"onrejectionhandled": true,
|
|
3530
3536
|
"onunhandledrejection": true,
|
|
3531
3537
|
"origin": false,
|
|
3538
|
+
"Origin": false,
|
|
3532
3539
|
"Path2D": false,
|
|
3533
3540
|
"performance": false,
|
|
3534
3541
|
"Performance": false,
|
|
@@ -3917,6 +3924,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
3917
3924
|
"onrtctransform": true,
|
|
3918
3925
|
"onunhandledrejection": true,
|
|
3919
3926
|
"origin": false,
|
|
3927
|
+
"Origin": false,
|
|
3920
3928
|
"Path2D": false,
|
|
3921
3929
|
"performance": false,
|
|
3922
3930
|
"Performance": false,
|
|
@@ -4090,7 +4098,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
4090
4098
|
}));
|
|
4091
4099
|
|
|
4092
4100
|
//#endregion
|
|
4093
|
-
//#region node_modules/.pnpm/globals@17.
|
|
4101
|
+
//#region node_modules/.pnpm/globals@17.4.0/node_modules/globals/index.js
|
|
4094
4102
|
var require_globals = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
4095
4103
|
module.exports = require_globals$1();
|
|
4096
4104
|
}));
|
package/dist/utility/index.d.cts
CHANGED
package/dist/utility/index.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { TSESTree } from "@typescript-eslint/utils";
|
|
2
2
|
import z from "zod";
|
|
3
|
-
import "typedoc";
|
|
4
|
-
import "typedoc-plugin-markdown";
|
|
5
3
|
import { Linter } from "eslint";
|
|
6
4
|
import { JSONSchema4 } from "@typescript-eslint/utils/json-schema";
|
|
7
5
|
import { RuleContext, RuleFix, RuleFixer } from "@typescript-eslint/utils/ts-eslint";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alextheman/eslint-plugin",
|
|
3
|
-
"version": "5.10.
|
|
3
|
+
"version": "5.10.2",
|
|
4
4
|
"description": "A package to provide custom ESLint rules and configs.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"dist"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@alextheman/utility": "^5.
|
|
38
|
-
"@eslint/compat": "^2.0.
|
|
39
|
-
"@typescript-eslint/types": "^8.
|
|
40
|
-
"@typescript-eslint/utils": "^8.
|
|
37
|
+
"@alextheman/utility": "^5.6.2",
|
|
38
|
+
"@eslint/compat": "^2.0.3",
|
|
39
|
+
"@typescript-eslint/types": "^8.57.0",
|
|
40
|
+
"@typescript-eslint/utils": "^8.57.0",
|
|
41
41
|
"common-tags": "^1.8.2",
|
|
42
42
|
"prettier": "^3.8.1",
|
|
43
43
|
"zod": "^4.3.6"
|
|
@@ -47,18 +47,18 @@
|
|
|
47
47
|
"@types/common-tags": "^1.8.4",
|
|
48
48
|
"@types/eslint": "^9.6.1",
|
|
49
49
|
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
50
|
-
"@types/node": "^25.
|
|
51
|
-
"@typescript-eslint/rule-tester": "^8.
|
|
52
|
-
"alex-c-line": "^2.
|
|
50
|
+
"@types/node": "^25.5.0",
|
|
51
|
+
"@typescript-eslint/rule-tester": "^8.57.0",
|
|
52
|
+
"alex-c-line": "^2.2.5",
|
|
53
53
|
"dotenv-cli": "^11.0.0",
|
|
54
|
-
"eslint": "^10.0.
|
|
54
|
+
"eslint": "^10.0.3",
|
|
55
55
|
"eslint-config-prettier": "^10.1.8",
|
|
56
56
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
57
57
|
"eslint-plugin-import": "^2.32.0",
|
|
58
|
-
"eslint-plugin-jsdoc": "^62.
|
|
58
|
+
"eslint-plugin-jsdoc": "^62.8.0",
|
|
59
59
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
60
60
|
"eslint-plugin-n": "^17.24.0",
|
|
61
|
-
"eslint-plugin-package-json": "^0.
|
|
61
|
+
"eslint-plugin-package-json": "^0.91.0",
|
|
62
62
|
"eslint-plugin-perfectionist": "^5.6.0",
|
|
63
63
|
"eslint-plugin-prettier": "^5.5.5",
|
|
64
64
|
"eslint-plugin-react": "^7.37.5",
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
67
67
|
"eslint-vitest-rule-tester": "^3.1.0",
|
|
68
68
|
"execa": "^9.6.1",
|
|
69
|
-
"globals": "^17.
|
|
69
|
+
"globals": "^17.4.0",
|
|
70
70
|
"husky": "^9.1.7",
|
|
71
|
-
"jsdom": "^
|
|
71
|
+
"jsdom": "^29.0.0",
|
|
72
72
|
"tempy": "^3.2.0",
|
|
73
73
|
"tsdown": "^0.20.3",
|
|
74
74
|
"tsx": "^4.21.0",
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
"typedoc-plugin-markdown": "^4.10.0",
|
|
77
77
|
"typedoc-rhineai-theme": "^1.2.0",
|
|
78
78
|
"typescript": "^5.9.3",
|
|
79
|
-
"typescript-eslint": "^8.
|
|
79
|
+
"typescript-eslint": "^8.57.0",
|
|
80
80
|
"vite-tsconfig-paths": "^6.1.1",
|
|
81
|
-
"vitest": "^4.0
|
|
81
|
+
"vitest": "^4.1.0"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
84
|
"@eslint/js": ">=9.0.0",
|