@jsse/eslint-config 0.1.14 → 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 +28 -4
- package/dist/index.d.cts +40 -15
- package/dist/index.d.ts +40 -15
- package/dist/index.js +28 -4
- package/package.json +13 -13
package/dist/cli.cjs
CHANGED
package/dist/cli.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -30,9 +30,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
30
30
|
));
|
|
31
31
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
32
32
|
|
|
33
|
-
// node_modules/.pnpm/globals@15.
|
|
33
|
+
// node_modules/.pnpm/globals@15.3.0/node_modules/globals/globals.json
|
|
34
34
|
var require_globals = __commonJS({
|
|
35
|
-
"node_modules/.pnpm/globals@15.
|
|
35
|
+
"node_modules/.pnpm/globals@15.3.0/node_modules/globals/globals.json"(exports2, module2) {
|
|
36
36
|
module2.exports = {
|
|
37
37
|
builtin: {
|
|
38
38
|
AggregateError: false,
|
|
@@ -454,6 +454,7 @@ var require_globals = __commonJS({
|
|
|
454
454
|
ContentVisibilityAutoStateChangeEvent: false,
|
|
455
455
|
ConvolverNode: false,
|
|
456
456
|
CookieChangeEvent: false,
|
|
457
|
+
CookieDeprecationLabel: false,
|
|
457
458
|
cookieStore: false,
|
|
458
459
|
CookieStore: false,
|
|
459
460
|
CookieStoreManager: false,
|
|
@@ -498,6 +499,8 @@ var require_globals = __commonJS({
|
|
|
498
499
|
CSSNumericValue: false,
|
|
499
500
|
CSSPageRule: false,
|
|
500
501
|
CSSPerspective: false,
|
|
502
|
+
CSSPositionTryDescriptors: false,
|
|
503
|
+
CSSPositionTryRule: false,
|
|
501
504
|
CSSPositionValue: false,
|
|
502
505
|
CSSPropertyRule: false,
|
|
503
506
|
CSSRotate: false,
|
|
@@ -580,7 +583,12 @@ var require_globals = __commonJS({
|
|
|
580
583
|
EyeDropper: false,
|
|
581
584
|
FeaturePolicy: false,
|
|
582
585
|
FederatedCredential: false,
|
|
586
|
+
fence: false,
|
|
587
|
+
Fence: false,
|
|
588
|
+
FencedFrameConfig: false,
|
|
583
589
|
fetch: false,
|
|
590
|
+
fetchLater: false,
|
|
591
|
+
FetchLaterResult: false,
|
|
584
592
|
File: false,
|
|
585
593
|
FileList: false,
|
|
586
594
|
FileReader: false,
|
|
@@ -692,6 +700,7 @@ var require_globals = __commonJS({
|
|
|
692
700
|
HTMLDocument: false,
|
|
693
701
|
HTMLElement: false,
|
|
694
702
|
HTMLEmbedElement: false,
|
|
703
|
+
HTMLFencedFrameElement: false,
|
|
695
704
|
HTMLFieldSetElement: false,
|
|
696
705
|
HTMLFontElement: false,
|
|
697
706
|
HTMLFormControlsCollection: false,
|
|
@@ -832,6 +841,7 @@ var require_globals = __commonJS({
|
|
|
832
841
|
MediaStreamEvent: false,
|
|
833
842
|
MediaStreamTrack: false,
|
|
834
843
|
MediaStreamTrackAudioSourceNode: false,
|
|
844
|
+
MediaStreamTrackAudioStats: false,
|
|
835
845
|
MediaStreamTrackEvent: false,
|
|
836
846
|
MediaStreamTrackGenerator: false,
|
|
837
847
|
MediaStreamTrackProcessor: false,
|
|
@@ -850,6 +860,9 @@ var require_globals = __commonJS({
|
|
|
850
860
|
MIDIPort: false,
|
|
851
861
|
MimeType: false,
|
|
852
862
|
MimeTypeArray: false,
|
|
863
|
+
model: false,
|
|
864
|
+
ModelGenericSession: false,
|
|
865
|
+
ModelManager: false,
|
|
853
866
|
MouseEvent: false,
|
|
854
867
|
moveBy: false,
|
|
855
868
|
moveTo: false,
|
|
@@ -879,6 +892,8 @@ var require_globals = __commonJS({
|
|
|
879
892
|
NodeList: false,
|
|
880
893
|
Notification: false,
|
|
881
894
|
NotifyPaintEvent: false,
|
|
895
|
+
NotRestoredReasonDetails: false,
|
|
896
|
+
NotRestoredReasons: false,
|
|
882
897
|
OfflineAudioCompletionEvent: false,
|
|
883
898
|
OfflineAudioContext: false,
|
|
884
899
|
offscreenBuffering: false,
|
|
@@ -1070,12 +1085,15 @@ var require_globals = __commonJS({
|
|
|
1070
1085
|
PresentationConnectionList: false,
|
|
1071
1086
|
PresentationReceiver: false,
|
|
1072
1087
|
PresentationRequest: false,
|
|
1088
|
+
PressureObserver: false,
|
|
1089
|
+
PressureRecord: false,
|
|
1073
1090
|
print: false,
|
|
1074
1091
|
ProcessingInstruction: false,
|
|
1075
1092
|
Profiler: false,
|
|
1076
1093
|
ProgressEvent: false,
|
|
1077
1094
|
PromiseRejectionEvent: false,
|
|
1078
1095
|
prompt: false,
|
|
1096
|
+
ProtectedAudience: false,
|
|
1079
1097
|
PublicKeyCredential: false,
|
|
1080
1098
|
PushManager: false,
|
|
1081
1099
|
PushSubscription: false,
|
|
@@ -1163,6 +1181,9 @@ var require_globals = __commonJS({
|
|
|
1163
1181
|
setInterval: false,
|
|
1164
1182
|
setTimeout: false,
|
|
1165
1183
|
ShadowRoot: false,
|
|
1184
|
+
sharedStorage: false,
|
|
1185
|
+
SharedStorage: false,
|
|
1186
|
+
SharedStorageWorklet: false,
|
|
1166
1187
|
SharedWorker: false,
|
|
1167
1188
|
showDirectoryPicker: false,
|
|
1168
1189
|
showOpenFilePicker: false,
|
|
@@ -1355,6 +1376,7 @@ var require_globals = __commonJS({
|
|
|
1355
1376
|
VideoPlaybackQuality: false,
|
|
1356
1377
|
ViewTimeline: false,
|
|
1357
1378
|
ViewTransition: false,
|
|
1379
|
+
ViewTransitionTypeSet: false,
|
|
1358
1380
|
VirtualKeyboard: false,
|
|
1359
1381
|
VirtualKeyboardGeometryChangeEvent: false,
|
|
1360
1382
|
VisibilityStateEntry: false,
|
|
@@ -1619,6 +1641,8 @@ var require_globals = __commonJS({
|
|
|
1619
1641
|
PermissionStatus: false,
|
|
1620
1642
|
PERSISTENT: false,
|
|
1621
1643
|
postMessage: false,
|
|
1644
|
+
PressureObserver: false,
|
|
1645
|
+
PressureRecord: false,
|
|
1622
1646
|
ProgressEvent: false,
|
|
1623
1647
|
PromiseRejectionEvent: false,
|
|
1624
1648
|
PushManager: false,
|
|
@@ -2518,9 +2542,9 @@ var require_globals = __commonJS({
|
|
|
2518
2542
|
}
|
|
2519
2543
|
});
|
|
2520
2544
|
|
|
2521
|
-
// node_modules/.pnpm/globals@15.
|
|
2545
|
+
// node_modules/.pnpm/globals@15.3.0/node_modules/globals/index.js
|
|
2522
2546
|
var require_globals2 = __commonJS({
|
|
2523
|
-
"node_modules/.pnpm/globals@15.
|
|
2547
|
+
"node_modules/.pnpm/globals@15.3.0/node_modules/globals/index.js"(exports2, module2) {
|
|
2524
2548
|
"use strict";
|
|
2525
2549
|
module2.exports = require_globals();
|
|
2526
2550
|
}
|
package/dist/index.d.cts
CHANGED
|
@@ -6861,6 +6861,9 @@ type NHashbang =
|
|
|
6861
6861
|
];
|
|
6862
6862
|
ignoreUnpublished?: boolean;
|
|
6863
6863
|
additionalExecutables?: string[];
|
|
6864
|
+
executableMap?: {
|
|
6865
|
+
[k: string]: string;
|
|
6866
|
+
};
|
|
6864
6867
|
},
|
|
6865
6868
|
];
|
|
6866
6869
|
// ----- n/no-deprecated-api -----
|
|
@@ -8253,6 +8256,7 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8253
8256
|
| "performance"
|
|
8254
8257
|
| "process"
|
|
8255
8258
|
| "process.allowedNodeEnvironmentFlags"
|
|
8259
|
+
| "process.availableMemory"
|
|
8256
8260
|
| "process.arch"
|
|
8257
8261
|
| "process.argv"
|
|
8258
8262
|
| "process.argv0"
|
|
@@ -8569,7 +8573,11 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8569
8573
|
| "crypto.DiffieHellmanGroup"
|
|
8570
8574
|
| "crypto.ECDH"
|
|
8571
8575
|
| "crypto.ECDH.convertKey"
|
|
8576
|
+
| "crypto.Hash()"
|
|
8577
|
+
| "new crypto.Hash()"
|
|
8572
8578
|
| "crypto.Hash"
|
|
8579
|
+
| "crypto.Hmac()"
|
|
8580
|
+
| "new crypto.Hmac()"
|
|
8573
8581
|
| "crypto.Hmac"
|
|
8574
8582
|
| "crypto.KeyObject"
|
|
8575
8583
|
| "crypto.KeyObject.from"
|
|
@@ -8700,29 +8708,31 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8700
8708
|
| "events.addAbortListener"
|
|
8701
8709
|
| "fs"
|
|
8702
8710
|
| "fs.promises"
|
|
8703
|
-
| "fs.promises.
|
|
8711
|
+
| "fs.promises.FileHandle"
|
|
8704
8712
|
| "fs.promises.access"
|
|
8705
8713
|
| "fs.promises.appendFile"
|
|
8706
8714
|
| "fs.promises.chmod"
|
|
8707
8715
|
| "fs.promises.chown"
|
|
8716
|
+
| "fs.promises.constants"
|
|
8708
8717
|
| "fs.promises.copyFile"
|
|
8709
8718
|
| "fs.promises.cp"
|
|
8719
|
+
| "fs.promises.glob"
|
|
8710
8720
|
| "fs.promises.lchmod"
|
|
8711
8721
|
| "fs.promises.lchown"
|
|
8712
|
-
| "fs.promises.lutimes"
|
|
8713
8722
|
| "fs.promises.link"
|
|
8714
8723
|
| "fs.promises.lstat"
|
|
8724
|
+
| "fs.promises.lutimes"
|
|
8715
8725
|
| "fs.promises.mkdir"
|
|
8716
8726
|
| "fs.promises.mkdtemp"
|
|
8717
8727
|
| "fs.promises.open"
|
|
8718
8728
|
| "fs.promises.opendir"
|
|
8719
|
-
| "fs.promises.readdir"
|
|
8720
8729
|
| "fs.promises.readFile"
|
|
8730
|
+
| "fs.promises.readdir"
|
|
8721
8731
|
| "fs.promises.readlink"
|
|
8722
8732
|
| "fs.promises.realpath"
|
|
8723
8733
|
| "fs.promises.rename"
|
|
8724
|
-
| "fs.promises.rmdir"
|
|
8725
8734
|
| "fs.promises.rm"
|
|
8735
|
+
| "fs.promises.rmdir"
|
|
8726
8736
|
| "fs.promises.stat"
|
|
8727
8737
|
| "fs.promises.statfs"
|
|
8728
8738
|
| "fs.promises.symlink"
|
|
@@ -8731,7 +8741,6 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8731
8741
|
| "fs.promises.utimes"
|
|
8732
8742
|
| "fs.promises.watch"
|
|
8733
8743
|
| "fs.promises.writeFile"
|
|
8734
|
-
| "fs.promises.FileHandle"
|
|
8735
8744
|
| "fs.access"
|
|
8736
8745
|
| "fs.appendFile"
|
|
8737
8746
|
| "fs.chmod"
|
|
@@ -8749,13 +8758,15 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8749
8758
|
| "fs.fsync"
|
|
8750
8759
|
| "fs.ftruncate"
|
|
8751
8760
|
| "fs.futimes"
|
|
8761
|
+
| "fs.glob"
|
|
8752
8762
|
| "fs.lchmod"
|
|
8753
8763
|
| "fs.lchown"
|
|
8754
|
-
| "fs.lutimes"
|
|
8755
8764
|
| "fs.link"
|
|
8756
8765
|
| "fs.lstat"
|
|
8766
|
+
| "fs.lutimes"
|
|
8757
8767
|
| "fs.mkdir"
|
|
8758
8768
|
| "fs.mkdtemp"
|
|
8769
|
+
| "fs.native"
|
|
8759
8770
|
| "fs.open"
|
|
8760
8771
|
| "fs.openAsBlob"
|
|
8761
8772
|
| "fs.opendir"
|
|
@@ -8766,10 +8777,9 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8766
8777
|
| "fs.readv"
|
|
8767
8778
|
| "fs.realpath"
|
|
8768
8779
|
| "fs.realpath.native"
|
|
8769
|
-
| "fs.native"
|
|
8770
8780
|
| "fs.rename"
|
|
8771
|
-
| "fs.rmdir"
|
|
8772
8781
|
| "fs.rm"
|
|
8782
|
+
| "fs.rmdir"
|
|
8773
8783
|
| "fs.stat"
|
|
8774
8784
|
| "fs.statfs"
|
|
8775
8785
|
| "fs.symlink"
|
|
@@ -8797,11 +8807,12 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8797
8807
|
| "fs.fsyncSync"
|
|
8798
8808
|
| "fs.ftruncateSync"
|
|
8799
8809
|
| "fs.futimesSync"
|
|
8810
|
+
| "fs.globSync"
|
|
8800
8811
|
| "fs.lchmodSync"
|
|
8801
8812
|
| "fs.lchownSync"
|
|
8802
|
-
| "fs.lutimesSync"
|
|
8803
8813
|
| "fs.linkSync"
|
|
8804
8814
|
| "fs.lstatSync"
|
|
8815
|
+
| "fs.lutimesSync"
|
|
8805
8816
|
| "fs.mkdirSync"
|
|
8806
8817
|
| "fs.mkdtempSync"
|
|
8807
8818
|
| "fs.opendirSync"
|
|
@@ -8816,8 +8827,8 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8816
8827
|
| "fs.renameSync"
|
|
8817
8828
|
| "fs.rmdirSync"
|
|
8818
8829
|
| "fs.rmSync"
|
|
8819
|
-
| "fs.statSync"
|
|
8820
8830
|
| "fs.statfsSync"
|
|
8831
|
+
| "fs.statSync"
|
|
8821
8832
|
| "fs.symlinkSync"
|
|
8822
8833
|
| "fs.truncateSync"
|
|
8823
8834
|
| "fs.unlinkSync"
|
|
@@ -8831,34 +8842,38 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8831
8842
|
| "fs.FSWatcher"
|
|
8832
8843
|
| "fs.StatWatcher"
|
|
8833
8844
|
| "fs.ReadStream"
|
|
8845
|
+
| "fs.Stats()"
|
|
8846
|
+
| "new fs.Stats()"
|
|
8834
8847
|
| "fs.Stats"
|
|
8835
8848
|
| "fs.StatFs"
|
|
8836
8849
|
| "fs.WriteStream"
|
|
8837
8850
|
| "fs.common_objects"
|
|
8838
8851
|
| "fs/promises"
|
|
8839
|
-
| "fs/promises.
|
|
8852
|
+
| "fs/promises.FileHandle"
|
|
8840
8853
|
| "fs/promises.access"
|
|
8841
8854
|
| "fs/promises.appendFile"
|
|
8842
8855
|
| "fs/promises.chmod"
|
|
8843
8856
|
| "fs/promises.chown"
|
|
8857
|
+
| "fs/promises.constants"
|
|
8844
8858
|
| "fs/promises.copyFile"
|
|
8845
8859
|
| "fs/promises.cp"
|
|
8860
|
+
| "fs/promises.glob"
|
|
8846
8861
|
| "fs/promises.lchmod"
|
|
8847
8862
|
| "fs/promises.lchown"
|
|
8848
|
-
| "fs/promises.lutimes"
|
|
8849
8863
|
| "fs/promises.link"
|
|
8850
8864
|
| "fs/promises.lstat"
|
|
8865
|
+
| "fs/promises.lutimes"
|
|
8851
8866
|
| "fs/promises.mkdir"
|
|
8852
8867
|
| "fs/promises.mkdtemp"
|
|
8853
8868
|
| "fs/promises.open"
|
|
8854
8869
|
| "fs/promises.opendir"
|
|
8855
|
-
| "fs/promises.readdir"
|
|
8856
8870
|
| "fs/promises.readFile"
|
|
8871
|
+
| "fs/promises.readdir"
|
|
8857
8872
|
| "fs/promises.readlink"
|
|
8858
8873
|
| "fs/promises.realpath"
|
|
8859
8874
|
| "fs/promises.rename"
|
|
8860
|
-
| "fs/promises.rmdir"
|
|
8861
8875
|
| "fs/promises.rm"
|
|
8876
|
+
| "fs/promises.rmdir"
|
|
8862
8877
|
| "fs/promises.stat"
|
|
8863
8878
|
| "fs/promises.statfs"
|
|
8864
8879
|
| "fs/promises.symlink"
|
|
@@ -8867,7 +8882,6 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8867
8882
|
| "fs/promises.utimes"
|
|
8868
8883
|
| "fs/promises.watch"
|
|
8869
8884
|
| "fs/promises.writeFile"
|
|
8870
|
-
| "fs/promises.FileHandle"
|
|
8871
8885
|
| "http2"
|
|
8872
8886
|
| "http2.constants"
|
|
8873
8887
|
| "http2.sensitiveHeaders"
|
|
@@ -9157,6 +9171,10 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
9157
9171
|
| "test.it.skip"
|
|
9158
9172
|
| "test.it.todo"
|
|
9159
9173
|
| "test.it.only"
|
|
9174
|
+
| "test.suite"
|
|
9175
|
+
| "test.suite.skip"
|
|
9176
|
+
| "test.suite.todo"
|
|
9177
|
+
| "test.suite.only"
|
|
9160
9178
|
| "test.before"
|
|
9161
9179
|
| "test.after"
|
|
9162
9180
|
| "test.beforeEach"
|
|
@@ -9173,6 +9191,7 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
9173
9191
|
| "test.test.only"
|
|
9174
9192
|
| "test.test.describe"
|
|
9175
9193
|
| "test.test.it"
|
|
9194
|
+
| "test.test.suite"
|
|
9176
9195
|
| "test.test.before"
|
|
9177
9196
|
| "test.test.after"
|
|
9178
9197
|
| "test.test.beforeEach"
|
|
@@ -9396,6 +9415,7 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
9396
9415
|
| "v8.getHeapSnapshot"
|
|
9397
9416
|
| "v8.getHeapSpaceStatistics"
|
|
9398
9417
|
| "v8.getHeapStatistics"
|
|
9418
|
+
| "v8.queryObjects"
|
|
9399
9419
|
| "v8.setFlagsFromString"
|
|
9400
9420
|
| "v8.stopCoverage"
|
|
9401
9421
|
| "v8.takeCoverage"
|
|
@@ -9522,6 +9542,9 @@ type NShebang =
|
|
|
9522
9542
|
];
|
|
9523
9543
|
ignoreUnpublished?: boolean;
|
|
9524
9544
|
additionalExecutables?: string[];
|
|
9545
|
+
executableMap?: {
|
|
9546
|
+
[k: string]: string;
|
|
9547
|
+
};
|
|
9525
9548
|
},
|
|
9526
9549
|
];
|
|
9527
9550
|
|
|
@@ -19130,6 +19153,8 @@ type TypescriptEslintSortTypeConstituents =
|
|
|
19130
19153
|
|
|
19131
19154
|
checkUnions?: boolean;
|
|
19132
19155
|
|
|
19156
|
+
caseSensitive?: boolean;
|
|
19157
|
+
|
|
19133
19158
|
groupOrder?: (
|
|
19134
19159
|
| "conditional"
|
|
19135
19160
|
| "function"
|
package/dist/index.d.ts
CHANGED
|
@@ -6861,6 +6861,9 @@ type NHashbang =
|
|
|
6861
6861
|
];
|
|
6862
6862
|
ignoreUnpublished?: boolean;
|
|
6863
6863
|
additionalExecutables?: string[];
|
|
6864
|
+
executableMap?: {
|
|
6865
|
+
[k: string]: string;
|
|
6866
|
+
};
|
|
6864
6867
|
},
|
|
6865
6868
|
];
|
|
6866
6869
|
// ----- n/no-deprecated-api -----
|
|
@@ -8253,6 +8256,7 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8253
8256
|
| "performance"
|
|
8254
8257
|
| "process"
|
|
8255
8258
|
| "process.allowedNodeEnvironmentFlags"
|
|
8259
|
+
| "process.availableMemory"
|
|
8256
8260
|
| "process.arch"
|
|
8257
8261
|
| "process.argv"
|
|
8258
8262
|
| "process.argv0"
|
|
@@ -8569,7 +8573,11 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8569
8573
|
| "crypto.DiffieHellmanGroup"
|
|
8570
8574
|
| "crypto.ECDH"
|
|
8571
8575
|
| "crypto.ECDH.convertKey"
|
|
8576
|
+
| "crypto.Hash()"
|
|
8577
|
+
| "new crypto.Hash()"
|
|
8572
8578
|
| "crypto.Hash"
|
|
8579
|
+
| "crypto.Hmac()"
|
|
8580
|
+
| "new crypto.Hmac()"
|
|
8573
8581
|
| "crypto.Hmac"
|
|
8574
8582
|
| "crypto.KeyObject"
|
|
8575
8583
|
| "crypto.KeyObject.from"
|
|
@@ -8700,29 +8708,31 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8700
8708
|
| "events.addAbortListener"
|
|
8701
8709
|
| "fs"
|
|
8702
8710
|
| "fs.promises"
|
|
8703
|
-
| "fs.promises.
|
|
8711
|
+
| "fs.promises.FileHandle"
|
|
8704
8712
|
| "fs.promises.access"
|
|
8705
8713
|
| "fs.promises.appendFile"
|
|
8706
8714
|
| "fs.promises.chmod"
|
|
8707
8715
|
| "fs.promises.chown"
|
|
8716
|
+
| "fs.promises.constants"
|
|
8708
8717
|
| "fs.promises.copyFile"
|
|
8709
8718
|
| "fs.promises.cp"
|
|
8719
|
+
| "fs.promises.glob"
|
|
8710
8720
|
| "fs.promises.lchmod"
|
|
8711
8721
|
| "fs.promises.lchown"
|
|
8712
|
-
| "fs.promises.lutimes"
|
|
8713
8722
|
| "fs.promises.link"
|
|
8714
8723
|
| "fs.promises.lstat"
|
|
8724
|
+
| "fs.promises.lutimes"
|
|
8715
8725
|
| "fs.promises.mkdir"
|
|
8716
8726
|
| "fs.promises.mkdtemp"
|
|
8717
8727
|
| "fs.promises.open"
|
|
8718
8728
|
| "fs.promises.opendir"
|
|
8719
|
-
| "fs.promises.readdir"
|
|
8720
8729
|
| "fs.promises.readFile"
|
|
8730
|
+
| "fs.promises.readdir"
|
|
8721
8731
|
| "fs.promises.readlink"
|
|
8722
8732
|
| "fs.promises.realpath"
|
|
8723
8733
|
| "fs.promises.rename"
|
|
8724
|
-
| "fs.promises.rmdir"
|
|
8725
8734
|
| "fs.promises.rm"
|
|
8735
|
+
| "fs.promises.rmdir"
|
|
8726
8736
|
| "fs.promises.stat"
|
|
8727
8737
|
| "fs.promises.statfs"
|
|
8728
8738
|
| "fs.promises.symlink"
|
|
@@ -8731,7 +8741,6 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8731
8741
|
| "fs.promises.utimes"
|
|
8732
8742
|
| "fs.promises.watch"
|
|
8733
8743
|
| "fs.promises.writeFile"
|
|
8734
|
-
| "fs.promises.FileHandle"
|
|
8735
8744
|
| "fs.access"
|
|
8736
8745
|
| "fs.appendFile"
|
|
8737
8746
|
| "fs.chmod"
|
|
@@ -8749,13 +8758,15 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8749
8758
|
| "fs.fsync"
|
|
8750
8759
|
| "fs.ftruncate"
|
|
8751
8760
|
| "fs.futimes"
|
|
8761
|
+
| "fs.glob"
|
|
8752
8762
|
| "fs.lchmod"
|
|
8753
8763
|
| "fs.lchown"
|
|
8754
|
-
| "fs.lutimes"
|
|
8755
8764
|
| "fs.link"
|
|
8756
8765
|
| "fs.lstat"
|
|
8766
|
+
| "fs.lutimes"
|
|
8757
8767
|
| "fs.mkdir"
|
|
8758
8768
|
| "fs.mkdtemp"
|
|
8769
|
+
| "fs.native"
|
|
8759
8770
|
| "fs.open"
|
|
8760
8771
|
| "fs.openAsBlob"
|
|
8761
8772
|
| "fs.opendir"
|
|
@@ -8766,10 +8777,9 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8766
8777
|
| "fs.readv"
|
|
8767
8778
|
| "fs.realpath"
|
|
8768
8779
|
| "fs.realpath.native"
|
|
8769
|
-
| "fs.native"
|
|
8770
8780
|
| "fs.rename"
|
|
8771
|
-
| "fs.rmdir"
|
|
8772
8781
|
| "fs.rm"
|
|
8782
|
+
| "fs.rmdir"
|
|
8773
8783
|
| "fs.stat"
|
|
8774
8784
|
| "fs.statfs"
|
|
8775
8785
|
| "fs.symlink"
|
|
@@ -8797,11 +8807,12 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8797
8807
|
| "fs.fsyncSync"
|
|
8798
8808
|
| "fs.ftruncateSync"
|
|
8799
8809
|
| "fs.futimesSync"
|
|
8810
|
+
| "fs.globSync"
|
|
8800
8811
|
| "fs.lchmodSync"
|
|
8801
8812
|
| "fs.lchownSync"
|
|
8802
|
-
| "fs.lutimesSync"
|
|
8803
8813
|
| "fs.linkSync"
|
|
8804
8814
|
| "fs.lstatSync"
|
|
8815
|
+
| "fs.lutimesSync"
|
|
8805
8816
|
| "fs.mkdirSync"
|
|
8806
8817
|
| "fs.mkdtempSync"
|
|
8807
8818
|
| "fs.opendirSync"
|
|
@@ -8816,8 +8827,8 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8816
8827
|
| "fs.renameSync"
|
|
8817
8828
|
| "fs.rmdirSync"
|
|
8818
8829
|
| "fs.rmSync"
|
|
8819
|
-
| "fs.statSync"
|
|
8820
8830
|
| "fs.statfsSync"
|
|
8831
|
+
| "fs.statSync"
|
|
8821
8832
|
| "fs.symlinkSync"
|
|
8822
8833
|
| "fs.truncateSync"
|
|
8823
8834
|
| "fs.unlinkSync"
|
|
@@ -8831,34 +8842,38 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8831
8842
|
| "fs.FSWatcher"
|
|
8832
8843
|
| "fs.StatWatcher"
|
|
8833
8844
|
| "fs.ReadStream"
|
|
8845
|
+
| "fs.Stats()"
|
|
8846
|
+
| "new fs.Stats()"
|
|
8834
8847
|
| "fs.Stats"
|
|
8835
8848
|
| "fs.StatFs"
|
|
8836
8849
|
| "fs.WriteStream"
|
|
8837
8850
|
| "fs.common_objects"
|
|
8838
8851
|
| "fs/promises"
|
|
8839
|
-
| "fs/promises.
|
|
8852
|
+
| "fs/promises.FileHandle"
|
|
8840
8853
|
| "fs/promises.access"
|
|
8841
8854
|
| "fs/promises.appendFile"
|
|
8842
8855
|
| "fs/promises.chmod"
|
|
8843
8856
|
| "fs/promises.chown"
|
|
8857
|
+
| "fs/promises.constants"
|
|
8844
8858
|
| "fs/promises.copyFile"
|
|
8845
8859
|
| "fs/promises.cp"
|
|
8860
|
+
| "fs/promises.glob"
|
|
8846
8861
|
| "fs/promises.lchmod"
|
|
8847
8862
|
| "fs/promises.lchown"
|
|
8848
|
-
| "fs/promises.lutimes"
|
|
8849
8863
|
| "fs/promises.link"
|
|
8850
8864
|
| "fs/promises.lstat"
|
|
8865
|
+
| "fs/promises.lutimes"
|
|
8851
8866
|
| "fs/promises.mkdir"
|
|
8852
8867
|
| "fs/promises.mkdtemp"
|
|
8853
8868
|
| "fs/promises.open"
|
|
8854
8869
|
| "fs/promises.opendir"
|
|
8855
|
-
| "fs/promises.readdir"
|
|
8856
8870
|
| "fs/promises.readFile"
|
|
8871
|
+
| "fs/promises.readdir"
|
|
8857
8872
|
| "fs/promises.readlink"
|
|
8858
8873
|
| "fs/promises.realpath"
|
|
8859
8874
|
| "fs/promises.rename"
|
|
8860
|
-
| "fs/promises.rmdir"
|
|
8861
8875
|
| "fs/promises.rm"
|
|
8876
|
+
| "fs/promises.rmdir"
|
|
8862
8877
|
| "fs/promises.stat"
|
|
8863
8878
|
| "fs/promises.statfs"
|
|
8864
8879
|
| "fs/promises.symlink"
|
|
@@ -8867,7 +8882,6 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
8867
8882
|
| "fs/promises.utimes"
|
|
8868
8883
|
| "fs/promises.watch"
|
|
8869
8884
|
| "fs/promises.writeFile"
|
|
8870
|
-
| "fs/promises.FileHandle"
|
|
8871
8885
|
| "http2"
|
|
8872
8886
|
| "http2.constants"
|
|
8873
8887
|
| "http2.sensitiveHeaders"
|
|
@@ -9157,6 +9171,10 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
9157
9171
|
| "test.it.skip"
|
|
9158
9172
|
| "test.it.todo"
|
|
9159
9173
|
| "test.it.only"
|
|
9174
|
+
| "test.suite"
|
|
9175
|
+
| "test.suite.skip"
|
|
9176
|
+
| "test.suite.todo"
|
|
9177
|
+
| "test.suite.only"
|
|
9160
9178
|
| "test.before"
|
|
9161
9179
|
| "test.after"
|
|
9162
9180
|
| "test.beforeEach"
|
|
@@ -9173,6 +9191,7 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
9173
9191
|
| "test.test.only"
|
|
9174
9192
|
| "test.test.describe"
|
|
9175
9193
|
| "test.test.it"
|
|
9194
|
+
| "test.test.suite"
|
|
9176
9195
|
| "test.test.before"
|
|
9177
9196
|
| "test.test.after"
|
|
9178
9197
|
| "test.test.beforeEach"
|
|
@@ -9396,6 +9415,7 @@ type NNoUnsupportedFeaturesNodeBuiltins =
|
|
|
9396
9415
|
| "v8.getHeapSnapshot"
|
|
9397
9416
|
| "v8.getHeapSpaceStatistics"
|
|
9398
9417
|
| "v8.getHeapStatistics"
|
|
9418
|
+
| "v8.queryObjects"
|
|
9399
9419
|
| "v8.setFlagsFromString"
|
|
9400
9420
|
| "v8.stopCoverage"
|
|
9401
9421
|
| "v8.takeCoverage"
|
|
@@ -9522,6 +9542,9 @@ type NShebang =
|
|
|
9522
9542
|
];
|
|
9523
9543
|
ignoreUnpublished?: boolean;
|
|
9524
9544
|
additionalExecutables?: string[];
|
|
9545
|
+
executableMap?: {
|
|
9546
|
+
[k: string]: string;
|
|
9547
|
+
};
|
|
9525
9548
|
},
|
|
9526
9549
|
];
|
|
9527
9550
|
|
|
@@ -19130,6 +19153,8 @@ type TypescriptEslintSortTypeConstituents =
|
|
|
19130
19153
|
|
|
19131
19154
|
checkUnions?: boolean;
|
|
19132
19155
|
|
|
19156
|
+
caseSensitive?: boolean;
|
|
19157
|
+
|
|
19133
19158
|
groupOrder?: (
|
|
19134
19159
|
| "conditional"
|
|
19135
19160
|
| "function"
|
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,
|
|
@@ -448,6 +448,7 @@ var require_globals = __commonJS({
|
|
|
448
448
|
ContentVisibilityAutoStateChangeEvent: false,
|
|
449
449
|
ConvolverNode: false,
|
|
450
450
|
CookieChangeEvent: false,
|
|
451
|
+
CookieDeprecationLabel: false,
|
|
451
452
|
cookieStore: false,
|
|
452
453
|
CookieStore: false,
|
|
453
454
|
CookieStoreManager: false,
|
|
@@ -492,6 +493,8 @@ var require_globals = __commonJS({
|
|
|
492
493
|
CSSNumericValue: false,
|
|
493
494
|
CSSPageRule: false,
|
|
494
495
|
CSSPerspective: false,
|
|
496
|
+
CSSPositionTryDescriptors: false,
|
|
497
|
+
CSSPositionTryRule: false,
|
|
495
498
|
CSSPositionValue: false,
|
|
496
499
|
CSSPropertyRule: false,
|
|
497
500
|
CSSRotate: false,
|
|
@@ -574,7 +577,12 @@ var require_globals = __commonJS({
|
|
|
574
577
|
EyeDropper: false,
|
|
575
578
|
FeaturePolicy: false,
|
|
576
579
|
FederatedCredential: false,
|
|
580
|
+
fence: false,
|
|
581
|
+
Fence: false,
|
|
582
|
+
FencedFrameConfig: false,
|
|
577
583
|
fetch: false,
|
|
584
|
+
fetchLater: false,
|
|
585
|
+
FetchLaterResult: false,
|
|
578
586
|
File: false,
|
|
579
587
|
FileList: false,
|
|
580
588
|
FileReader: false,
|
|
@@ -686,6 +694,7 @@ var require_globals = __commonJS({
|
|
|
686
694
|
HTMLDocument: false,
|
|
687
695
|
HTMLElement: false,
|
|
688
696
|
HTMLEmbedElement: false,
|
|
697
|
+
HTMLFencedFrameElement: false,
|
|
689
698
|
HTMLFieldSetElement: false,
|
|
690
699
|
HTMLFontElement: false,
|
|
691
700
|
HTMLFormControlsCollection: false,
|
|
@@ -826,6 +835,7 @@ var require_globals = __commonJS({
|
|
|
826
835
|
MediaStreamEvent: false,
|
|
827
836
|
MediaStreamTrack: false,
|
|
828
837
|
MediaStreamTrackAudioSourceNode: false,
|
|
838
|
+
MediaStreamTrackAudioStats: false,
|
|
829
839
|
MediaStreamTrackEvent: false,
|
|
830
840
|
MediaStreamTrackGenerator: false,
|
|
831
841
|
MediaStreamTrackProcessor: false,
|
|
@@ -844,6 +854,9 @@ var require_globals = __commonJS({
|
|
|
844
854
|
MIDIPort: false,
|
|
845
855
|
MimeType: false,
|
|
846
856
|
MimeTypeArray: false,
|
|
857
|
+
model: false,
|
|
858
|
+
ModelGenericSession: false,
|
|
859
|
+
ModelManager: false,
|
|
847
860
|
MouseEvent: false,
|
|
848
861
|
moveBy: false,
|
|
849
862
|
moveTo: false,
|
|
@@ -873,6 +886,8 @@ var require_globals = __commonJS({
|
|
|
873
886
|
NodeList: false,
|
|
874
887
|
Notification: false,
|
|
875
888
|
NotifyPaintEvent: false,
|
|
889
|
+
NotRestoredReasonDetails: false,
|
|
890
|
+
NotRestoredReasons: false,
|
|
876
891
|
OfflineAudioCompletionEvent: false,
|
|
877
892
|
OfflineAudioContext: false,
|
|
878
893
|
offscreenBuffering: false,
|
|
@@ -1064,12 +1079,15 @@ var require_globals = __commonJS({
|
|
|
1064
1079
|
PresentationConnectionList: false,
|
|
1065
1080
|
PresentationReceiver: false,
|
|
1066
1081
|
PresentationRequest: false,
|
|
1082
|
+
PressureObserver: false,
|
|
1083
|
+
PressureRecord: false,
|
|
1067
1084
|
print: false,
|
|
1068
1085
|
ProcessingInstruction: false,
|
|
1069
1086
|
Profiler: false,
|
|
1070
1087
|
ProgressEvent: false,
|
|
1071
1088
|
PromiseRejectionEvent: false,
|
|
1072
1089
|
prompt: false,
|
|
1090
|
+
ProtectedAudience: false,
|
|
1073
1091
|
PublicKeyCredential: false,
|
|
1074
1092
|
PushManager: false,
|
|
1075
1093
|
PushSubscription: false,
|
|
@@ -1157,6 +1175,9 @@ var require_globals = __commonJS({
|
|
|
1157
1175
|
setInterval: false,
|
|
1158
1176
|
setTimeout: false,
|
|
1159
1177
|
ShadowRoot: false,
|
|
1178
|
+
sharedStorage: false,
|
|
1179
|
+
SharedStorage: false,
|
|
1180
|
+
SharedStorageWorklet: false,
|
|
1160
1181
|
SharedWorker: false,
|
|
1161
1182
|
showDirectoryPicker: false,
|
|
1162
1183
|
showOpenFilePicker: false,
|
|
@@ -1349,6 +1370,7 @@ var require_globals = __commonJS({
|
|
|
1349
1370
|
VideoPlaybackQuality: false,
|
|
1350
1371
|
ViewTimeline: false,
|
|
1351
1372
|
ViewTransition: false,
|
|
1373
|
+
ViewTransitionTypeSet: false,
|
|
1352
1374
|
VirtualKeyboard: false,
|
|
1353
1375
|
VirtualKeyboardGeometryChangeEvent: false,
|
|
1354
1376
|
VisibilityStateEntry: false,
|
|
@@ -1613,6 +1635,8 @@ var require_globals = __commonJS({
|
|
|
1613
1635
|
PermissionStatus: false,
|
|
1614
1636
|
PERSISTENT: false,
|
|
1615
1637
|
postMessage: false,
|
|
1638
|
+
PressureObserver: false,
|
|
1639
|
+
PressureRecord: false,
|
|
1616
1640
|
ProgressEvent: false,
|
|
1617
1641
|
PromiseRejectionEvent: false,
|
|
1618
1642
|
PushManager: false,
|
|
@@ -2512,9 +2536,9 @@ var require_globals = __commonJS({
|
|
|
2512
2536
|
}
|
|
2513
2537
|
});
|
|
2514
2538
|
|
|
2515
|
-
// node_modules/.pnpm/globals@15.
|
|
2539
|
+
// node_modules/.pnpm/globals@15.3.0/node_modules/globals/index.js
|
|
2516
2540
|
var require_globals2 = __commonJS({
|
|
2517
|
-
"node_modules/.pnpm/globals@15.
|
|
2541
|
+
"node_modules/.pnpm/globals@15.3.0/node_modules/globals/index.js"(exports, module) {
|
|
2518
2542
|
"use strict";
|
|
2519
2543
|
module.exports = require_globals();
|
|
2520
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/)",
|
|
@@ -62,23 +62,23 @@
|
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@eslint/js": "~8.57.0",
|
|
64
64
|
"@stylistic/eslint-plugin": "2.1.0",
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
66
|
-
"@typescript-eslint/parser": "^7.
|
|
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
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
80
|
"eslint-plugin-react-refresh": "~0.4.7",
|
|
81
|
-
"eslint-plugin-tailwindcss": "^3.15.
|
|
81
|
+
"eslint-plugin-tailwindcss": "^3.15.2",
|
|
82
82
|
"eslint-plugin-toml": "^0.11.0",
|
|
83
83
|
"eslint-plugin-unicorn": "^53.0.0",
|
|
84
84
|
"eslint-plugin-unused-imports": "^3.2.0",
|
|
@@ -86,7 +86,7 @@
|
|
|
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": "~9.0
|
|
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
|
},
|