@jsse/eslint-config 0.1.13 → 0.1.15
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/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.cjs +35 -4
- package/dist/index.d.cts +367 -254
- package/dist/index.d.ts +367 -254
- package/dist/index.js +35 -4
- package/package.json +17 -17
package/dist/index.js
CHANGED
|
@@ -24,9 +24,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
24
24
|
mod
|
|
25
25
|
));
|
|
26
26
|
|
|
27
|
-
// node_modules/.pnpm/globals@15.
|
|
27
|
+
// node_modules/.pnpm/globals@15.3.0/node_modules/globals/globals.json
|
|
28
28
|
var require_globals = __commonJS({
|
|
29
|
-
"node_modules/.pnpm/globals@15.
|
|
29
|
+
"node_modules/.pnpm/globals@15.3.0/node_modules/globals/globals.json"(exports, module) {
|
|
30
30
|
module.exports = {
|
|
31
31
|
builtin: {
|
|
32
32
|
AggregateError: false,
|
|
@@ -384,7 +384,9 @@ var require_globals = __commonJS({
|
|
|
384
384
|
AudioScheduledSourceNode: false,
|
|
385
385
|
AudioSinkInfo: false,
|
|
386
386
|
AudioWorklet: false,
|
|
387
|
+
AudioWorkletGlobalScope: false,
|
|
387
388
|
AudioWorkletNode: false,
|
|
389
|
+
AudioWorkletProcessor: false,
|
|
388
390
|
AuthenticatorAssertionResponse: false,
|
|
389
391
|
AuthenticatorAttestationResponse: false,
|
|
390
392
|
AuthenticatorResponse: false,
|
|
@@ -446,6 +448,7 @@ var require_globals = __commonJS({
|
|
|
446
448
|
ContentVisibilityAutoStateChangeEvent: false,
|
|
447
449
|
ConvolverNode: false,
|
|
448
450
|
CookieChangeEvent: false,
|
|
451
|
+
CookieDeprecationLabel: false,
|
|
449
452
|
cookieStore: false,
|
|
450
453
|
CookieStore: false,
|
|
451
454
|
CookieStoreManager: false,
|
|
@@ -490,6 +493,8 @@ var require_globals = __commonJS({
|
|
|
490
493
|
CSSNumericValue: false,
|
|
491
494
|
CSSPageRule: false,
|
|
492
495
|
CSSPerspective: false,
|
|
496
|
+
CSSPositionTryDescriptors: false,
|
|
497
|
+
CSSPositionTryRule: false,
|
|
493
498
|
CSSPositionValue: false,
|
|
494
499
|
CSSPropertyRule: false,
|
|
495
500
|
CSSRotate: false,
|
|
@@ -513,6 +518,8 @@ var require_globals = __commonJS({
|
|
|
513
518
|
CSSUnitValue: false,
|
|
514
519
|
CSSUnparsedValue: false,
|
|
515
520
|
CSSVariableReferenceValue: false,
|
|
521
|
+
currentFrame: false,
|
|
522
|
+
currentTime: false,
|
|
516
523
|
CustomElementRegistry: false,
|
|
517
524
|
customElements: false,
|
|
518
525
|
CustomEvent: false,
|
|
@@ -570,7 +577,12 @@ var require_globals = __commonJS({
|
|
|
570
577
|
EyeDropper: false,
|
|
571
578
|
FeaturePolicy: false,
|
|
572
579
|
FederatedCredential: false,
|
|
580
|
+
fence: false,
|
|
581
|
+
Fence: false,
|
|
582
|
+
FencedFrameConfig: false,
|
|
573
583
|
fetch: false,
|
|
584
|
+
fetchLater: false,
|
|
585
|
+
FetchLaterResult: false,
|
|
574
586
|
File: false,
|
|
575
587
|
FileList: false,
|
|
576
588
|
FileReader: false,
|
|
@@ -682,6 +694,7 @@ var require_globals = __commonJS({
|
|
|
682
694
|
HTMLDocument: false,
|
|
683
695
|
HTMLElement: false,
|
|
684
696
|
HTMLEmbedElement: false,
|
|
697
|
+
HTMLFencedFrameElement: false,
|
|
685
698
|
HTMLFieldSetElement: false,
|
|
686
699
|
HTMLFontElement: false,
|
|
687
700
|
HTMLFormControlsCollection: false,
|
|
@@ -822,6 +835,7 @@ var require_globals = __commonJS({
|
|
|
822
835
|
MediaStreamEvent: false,
|
|
823
836
|
MediaStreamTrack: false,
|
|
824
837
|
MediaStreamTrackAudioSourceNode: false,
|
|
838
|
+
MediaStreamTrackAudioStats: false,
|
|
825
839
|
MediaStreamTrackEvent: false,
|
|
826
840
|
MediaStreamTrackGenerator: false,
|
|
827
841
|
MediaStreamTrackProcessor: false,
|
|
@@ -840,6 +854,9 @@ var require_globals = __commonJS({
|
|
|
840
854
|
MIDIPort: false,
|
|
841
855
|
MimeType: false,
|
|
842
856
|
MimeTypeArray: false,
|
|
857
|
+
model: false,
|
|
858
|
+
ModelGenericSession: false,
|
|
859
|
+
ModelManager: false,
|
|
843
860
|
MouseEvent: false,
|
|
844
861
|
moveBy: false,
|
|
845
862
|
moveTo: false,
|
|
@@ -869,6 +886,8 @@ var require_globals = __commonJS({
|
|
|
869
886
|
NodeList: false,
|
|
870
887
|
Notification: false,
|
|
871
888
|
NotifyPaintEvent: false,
|
|
889
|
+
NotRestoredReasonDetails: false,
|
|
890
|
+
NotRestoredReasons: false,
|
|
872
891
|
OfflineAudioCompletionEvent: false,
|
|
873
892
|
OfflineAudioContext: false,
|
|
874
893
|
offscreenBuffering: false,
|
|
@@ -1060,12 +1079,15 @@ var require_globals = __commonJS({
|
|
|
1060
1079
|
PresentationConnectionList: false,
|
|
1061
1080
|
PresentationReceiver: false,
|
|
1062
1081
|
PresentationRequest: false,
|
|
1082
|
+
PressureObserver: false,
|
|
1083
|
+
PressureRecord: false,
|
|
1063
1084
|
print: false,
|
|
1064
1085
|
ProcessingInstruction: false,
|
|
1065
1086
|
Profiler: false,
|
|
1066
1087
|
ProgressEvent: false,
|
|
1067
1088
|
PromiseRejectionEvent: false,
|
|
1068
1089
|
prompt: false,
|
|
1090
|
+
ProtectedAudience: false,
|
|
1069
1091
|
PublicKeyCredential: false,
|
|
1070
1092
|
PushManager: false,
|
|
1071
1093
|
PushSubscription: false,
|
|
@@ -1080,6 +1102,7 @@ var require_globals = __commonJS({
|
|
|
1080
1102
|
ReadableStreamBYOBRequest: false,
|
|
1081
1103
|
ReadableStreamDefaultController: false,
|
|
1082
1104
|
ReadableStreamDefaultReader: false,
|
|
1105
|
+
registerProcessor: false,
|
|
1083
1106
|
RelativeOrientationSensor: false,
|
|
1084
1107
|
RemotePlayback: false,
|
|
1085
1108
|
removeEventListener: false,
|
|
@@ -1117,6 +1140,7 @@ var require_globals = __commonJS({
|
|
|
1117
1140
|
RTCSessionDescription: false,
|
|
1118
1141
|
RTCStatsReport: false,
|
|
1119
1142
|
RTCTrackEvent: false,
|
|
1143
|
+
sampleRate: false,
|
|
1120
1144
|
scheduler: false,
|
|
1121
1145
|
Scheduler: false,
|
|
1122
1146
|
Scheduling: false,
|
|
@@ -1151,6 +1175,9 @@ var require_globals = __commonJS({
|
|
|
1151
1175
|
setInterval: false,
|
|
1152
1176
|
setTimeout: false,
|
|
1153
1177
|
ShadowRoot: false,
|
|
1178
|
+
sharedStorage: false,
|
|
1179
|
+
SharedStorage: false,
|
|
1180
|
+
SharedStorageWorklet: false,
|
|
1154
1181
|
SharedWorker: false,
|
|
1155
1182
|
showDirectoryPicker: false,
|
|
1156
1183
|
showOpenFilePicker: false,
|
|
@@ -1343,6 +1370,7 @@ var require_globals = __commonJS({
|
|
|
1343
1370
|
VideoPlaybackQuality: false,
|
|
1344
1371
|
ViewTimeline: false,
|
|
1345
1372
|
ViewTransition: false,
|
|
1373
|
+
ViewTransitionTypeSet: false,
|
|
1346
1374
|
VirtualKeyboard: false,
|
|
1347
1375
|
VirtualKeyboardGeometryChangeEvent: false,
|
|
1348
1376
|
VisibilityStateEntry: false,
|
|
@@ -1388,6 +1416,7 @@ var require_globals = __commonJS({
|
|
|
1388
1416
|
WindowControlsOverlayGeometryChangeEvent: false,
|
|
1389
1417
|
Worker: false,
|
|
1390
1418
|
Worklet: false,
|
|
1419
|
+
WorkletGlobalScope: false,
|
|
1391
1420
|
WritableStream: false,
|
|
1392
1421
|
WritableStreamDefaultController: false,
|
|
1393
1422
|
WritableStreamDefaultWriter: false,
|
|
@@ -1606,6 +1635,8 @@ var require_globals = __commonJS({
|
|
|
1606
1635
|
PermissionStatus: false,
|
|
1607
1636
|
PERSISTENT: false,
|
|
1608
1637
|
postMessage: false,
|
|
1638
|
+
PressureObserver: false,
|
|
1639
|
+
PressureRecord: false,
|
|
1609
1640
|
ProgressEvent: false,
|
|
1610
1641
|
PromiseRejectionEvent: false,
|
|
1611
1642
|
PushManager: false,
|
|
@@ -2505,9 +2536,9 @@ var require_globals = __commonJS({
|
|
|
2505
2536
|
}
|
|
2506
2537
|
});
|
|
2507
2538
|
|
|
2508
|
-
// node_modules/.pnpm/globals@15.
|
|
2539
|
+
// node_modules/.pnpm/globals@15.3.0/node_modules/globals/index.js
|
|
2509
2540
|
var require_globals2 = __commonJS({
|
|
2510
|
-
"node_modules/.pnpm/globals@15.
|
|
2541
|
+
"node_modules/.pnpm/globals@15.3.0/node_modules/globals/index.js"(exports, module) {
|
|
2511
2542
|
"use strict";
|
|
2512
2543
|
module.exports = require_globals();
|
|
2513
2544
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsse/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.15",
|
|
5
5
|
"packageManager": "pnpm@8.15.4",
|
|
6
6
|
"description": "jsse eslint config",
|
|
7
7
|
"author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
|
|
@@ -61,32 +61,32 @@
|
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@eslint/js": "~8.57.0",
|
|
64
|
-
"@stylistic/eslint-plugin": "1.
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
66
|
-
"@typescript-eslint/parser": "^7.
|
|
64
|
+
"@stylistic/eslint-plugin": "2.1.0",
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^7.10.0",
|
|
66
|
+
"@typescript-eslint/parser": "^7.10.0",
|
|
67
67
|
"eslint-config-flat-gitignore": "^0.1.5",
|
|
68
68
|
"eslint-define-config": "^2.1.0",
|
|
69
|
-
"eslint-plugin-antfu": "^2.
|
|
69
|
+
"eslint-plugin-antfu": "^2.2.0",
|
|
70
70
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
71
71
|
"eslint-plugin-import-x": "^0.5.0",
|
|
72
|
-
"eslint-plugin-jsdoc": "^48.2.
|
|
72
|
+
"eslint-plugin-jsdoc": "^48.2.5",
|
|
73
73
|
"eslint-plugin-jsonc": "^2.15.1",
|
|
74
74
|
"eslint-plugin-markdown": "^5.0.0",
|
|
75
|
-
"eslint-plugin-n": "^17.
|
|
75
|
+
"eslint-plugin-n": "^17.7.0",
|
|
76
76
|
"eslint-plugin-no-only-tests": "^3.1.0",
|
|
77
77
|
"eslint-plugin-perfectionist": "^2.10.0",
|
|
78
78
|
"eslint-plugin-react": "~7.34.1",
|
|
79
79
|
"eslint-plugin-react-hooks": "~4.6.2",
|
|
80
|
-
"eslint-plugin-react-refresh": "~0.4.
|
|
81
|
-
"eslint-plugin-tailwindcss": "^3.15.
|
|
80
|
+
"eslint-plugin-react-refresh": "~0.4.7",
|
|
81
|
+
"eslint-plugin-tailwindcss": "^3.15.2",
|
|
82
82
|
"eslint-plugin-toml": "^0.11.0",
|
|
83
|
-
"eslint-plugin-unicorn": "^
|
|
83
|
+
"eslint-plugin-unicorn": "^53.0.0",
|
|
84
84
|
"eslint-plugin-unused-imports": "^3.2.0",
|
|
85
85
|
"eslint-plugin-vitest": "0.5.4",
|
|
86
86
|
"eslint-plugin-yml": "^1.14.0",
|
|
87
87
|
"jsonc-eslint-parser": "^2.4.0",
|
|
88
88
|
"toml-eslint-parser": "^0.9.3",
|
|
89
|
-
"typescript-eslint": "^7.
|
|
89
|
+
"typescript-eslint": "^7.10.0",
|
|
90
90
|
"yaml-eslint-parser": "^1.2.2"
|
|
91
91
|
},
|
|
92
92
|
"optionalDependencies": {
|
|
@@ -98,22 +98,22 @@
|
|
|
98
98
|
"@types/eslint": "^8.56.10",
|
|
99
99
|
"@types/eslint__js": "~8.42.3",
|
|
100
100
|
"@types/fs-extra": "^11.0.4",
|
|
101
|
-
"@types/node": "^20.12.
|
|
101
|
+
"@types/node": "^20.12.12",
|
|
102
102
|
"bumpp": "^9.4.1",
|
|
103
103
|
"cac": "^6.7.14",
|
|
104
104
|
"eslint": "^8.57.0",
|
|
105
|
-
"eslint-flat-config-utils": "^0.2.
|
|
105
|
+
"eslint-flat-config-utils": "^0.2.5",
|
|
106
106
|
"eslint-typegen": "^0.2.4",
|
|
107
|
-
"execa": "~
|
|
107
|
+
"execa": "~9.1.0",
|
|
108
108
|
"fast-glob": "^3.3.2",
|
|
109
109
|
"fs-extra": "^11.2.0",
|
|
110
|
-
"globals": "^15.
|
|
110
|
+
"globals": "^15.3.0",
|
|
111
111
|
"local-pkg": "^0.5.0",
|
|
112
112
|
"prettier": "^3.2.5",
|
|
113
113
|
"react": "~18.3.1",
|
|
114
|
-
"rimraf": "^5.0.
|
|
114
|
+
"rimraf": "^5.0.7",
|
|
115
115
|
"tsup": "^8.0.2",
|
|
116
|
-
"tsx": "^4.
|
|
116
|
+
"tsx": "^4.10.5",
|
|
117
117
|
"typescript": "~5.4.5",
|
|
118
118
|
"vitest": "^1.6.0"
|
|
119
119
|
},
|