@jsse/eslint-config 0.1.12 → 0.1.14
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 +29 -11
- package/dist/index.d.cts +338 -240
- package/dist/index.d.ts +338 -240
- package/dist/index.js +29 -11
- package/package.json +26 -26
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.2.0/node_modules/globals/globals.json
|
|
34
34
|
var require_globals = __commonJS({
|
|
35
|
-
"node_modules/.pnpm/globals@15.
|
|
35
|
+
"node_modules/.pnpm/globals@15.2.0/node_modules/globals/globals.json"(exports2, module2) {
|
|
36
36
|
module2.exports = {
|
|
37
37
|
builtin: {
|
|
38
38
|
AggregateError: false,
|
|
@@ -390,7 +390,9 @@ var require_globals = __commonJS({
|
|
|
390
390
|
AudioScheduledSourceNode: false,
|
|
391
391
|
AudioSinkInfo: false,
|
|
392
392
|
AudioWorklet: false,
|
|
393
|
+
AudioWorkletGlobalScope: false,
|
|
393
394
|
AudioWorkletNode: false,
|
|
395
|
+
AudioWorkletProcessor: false,
|
|
394
396
|
AuthenticatorAssertionResponse: false,
|
|
395
397
|
AuthenticatorAttestationResponse: false,
|
|
396
398
|
AuthenticatorResponse: false,
|
|
@@ -519,6 +521,8 @@ var require_globals = __commonJS({
|
|
|
519
521
|
CSSUnitValue: false,
|
|
520
522
|
CSSUnparsedValue: false,
|
|
521
523
|
CSSVariableReferenceValue: false,
|
|
524
|
+
currentFrame: false,
|
|
525
|
+
currentTime: false,
|
|
522
526
|
CustomElementRegistry: false,
|
|
523
527
|
customElements: false,
|
|
524
528
|
CustomEvent: false,
|
|
@@ -956,6 +960,7 @@ var require_globals = __commonJS({
|
|
|
956
960
|
onpagehide: true,
|
|
957
961
|
onpagereveal: true,
|
|
958
962
|
onpageshow: true,
|
|
963
|
+
onpageswap: true,
|
|
959
964
|
onpaste: true,
|
|
960
965
|
onpause: true,
|
|
961
966
|
onplay: true,
|
|
@@ -1012,6 +1017,7 @@ var require_globals = __commonJS({
|
|
|
1012
1017
|
outerWidth: false,
|
|
1013
1018
|
OverconstrainedError: false,
|
|
1014
1019
|
PageRevealEvent: false,
|
|
1020
|
+
PageSwapEvent: false,
|
|
1015
1021
|
PageTransitionEvent: false,
|
|
1016
1022
|
pageXOffset: false,
|
|
1017
1023
|
pageYOffset: false,
|
|
@@ -1084,6 +1090,7 @@ var require_globals = __commonJS({
|
|
|
1084
1090
|
ReadableStreamBYOBRequest: false,
|
|
1085
1091
|
ReadableStreamDefaultController: false,
|
|
1086
1092
|
ReadableStreamDefaultReader: false,
|
|
1093
|
+
registerProcessor: false,
|
|
1087
1094
|
RelativeOrientationSensor: false,
|
|
1088
1095
|
RemotePlayback: false,
|
|
1089
1096
|
removeEventListener: false,
|
|
@@ -1121,6 +1128,7 @@ var require_globals = __commonJS({
|
|
|
1121
1128
|
RTCSessionDescription: false,
|
|
1122
1129
|
RTCStatsReport: false,
|
|
1123
1130
|
RTCTrackEvent: false,
|
|
1131
|
+
sampleRate: false,
|
|
1124
1132
|
scheduler: false,
|
|
1125
1133
|
Scheduler: false,
|
|
1126
1134
|
Scheduling: false,
|
|
@@ -1376,6 +1384,8 @@ var require_globals = __commonJS({
|
|
|
1376
1384
|
WebGLUniformLocation: false,
|
|
1377
1385
|
WebGLVertexArrayObject: false,
|
|
1378
1386
|
WebSocket: false,
|
|
1387
|
+
WebSocketError: false,
|
|
1388
|
+
WebSocketStream: false,
|
|
1379
1389
|
WebTransport: false,
|
|
1380
1390
|
WebTransportBidirectionalStream: false,
|
|
1381
1391
|
WebTransportDatagramDuplexStream: false,
|
|
@@ -1390,6 +1400,7 @@ var require_globals = __commonJS({
|
|
|
1390
1400
|
WindowControlsOverlayGeometryChangeEvent: false,
|
|
1391
1401
|
Worker: false,
|
|
1392
1402
|
Worklet: false,
|
|
1403
|
+
WorkletGlobalScope: false,
|
|
1393
1404
|
WritableStream: false,
|
|
1394
1405
|
WritableStreamDefaultController: false,
|
|
1395
1406
|
WritableStreamDefaultWriter: false,
|
|
@@ -1706,6 +1717,8 @@ var require_globals = __commonJS({
|
|
|
1706
1717
|
webkitResolveLocalFileSystemSyncURL: false,
|
|
1707
1718
|
webkitResolveLocalFileSystemURL: false,
|
|
1708
1719
|
WebSocket: false,
|
|
1720
|
+
WebSocketError: false,
|
|
1721
|
+
WebSocketStream: false,
|
|
1709
1722
|
WebTransport: false,
|
|
1710
1723
|
WebTransportBidirectionalStream: false,
|
|
1711
1724
|
WebTransportDatagramDuplexStream: false,
|
|
@@ -1753,6 +1766,7 @@ var require_globals = __commonJS({
|
|
|
1753
1766
|
FormData: false,
|
|
1754
1767
|
global: false,
|
|
1755
1768
|
Headers: false,
|
|
1769
|
+
Iterator: false,
|
|
1756
1770
|
MessageChannel: false,
|
|
1757
1771
|
MessageEvent: false,
|
|
1758
1772
|
MessagePort: false,
|
|
@@ -1792,6 +1806,7 @@ var require_globals = __commonJS({
|
|
|
1792
1806
|
URL: false,
|
|
1793
1807
|
URLSearchParams: false,
|
|
1794
1808
|
WebAssembly: false,
|
|
1809
|
+
WebSocket: false,
|
|
1795
1810
|
WritableStream: false,
|
|
1796
1811
|
WritableStreamDefaultController: false,
|
|
1797
1812
|
WritableStreamDefaultWriter: false
|
|
@@ -1824,6 +1839,7 @@ var require_globals = __commonJS({
|
|
|
1824
1839
|
FormData: false,
|
|
1825
1840
|
global: false,
|
|
1826
1841
|
Headers: false,
|
|
1842
|
+
Iterator: false,
|
|
1827
1843
|
MessageChannel: false,
|
|
1828
1844
|
MessageEvent: false,
|
|
1829
1845
|
MessagePort: false,
|
|
@@ -1861,6 +1877,7 @@ var require_globals = __commonJS({
|
|
|
1861
1877
|
URL: false,
|
|
1862
1878
|
URLSearchParams: false,
|
|
1863
1879
|
WebAssembly: false,
|
|
1880
|
+
WebSocket: false,
|
|
1864
1881
|
WritableStream: false,
|
|
1865
1882
|
WritableStreamDefaultController: false,
|
|
1866
1883
|
WritableStreamDefaultWriter: false
|
|
@@ -2392,6 +2409,7 @@ var require_globals = __commonJS({
|
|
|
2392
2409
|
File: false,
|
|
2393
2410
|
FormData: false,
|
|
2394
2411
|
Headers: false,
|
|
2412
|
+
Iterator: false,
|
|
2395
2413
|
MessageChannel: false,
|
|
2396
2414
|
MessageEvent: false,
|
|
2397
2415
|
MessagePort: false,
|
|
@@ -2427,6 +2445,7 @@ var require_globals = __commonJS({
|
|
|
2427
2445
|
URL: false,
|
|
2428
2446
|
URLSearchParams: false,
|
|
2429
2447
|
WebAssembly: false,
|
|
2448
|
+
WebSocket: false,
|
|
2430
2449
|
WritableStream: false,
|
|
2431
2450
|
WritableStreamDefaultController: false,
|
|
2432
2451
|
WritableStreamDefaultWriter: false
|
|
@@ -2499,9 +2518,9 @@ var require_globals = __commonJS({
|
|
|
2499
2518
|
}
|
|
2500
2519
|
});
|
|
2501
2520
|
|
|
2502
|
-
// node_modules/.pnpm/globals@15.
|
|
2521
|
+
// node_modules/.pnpm/globals@15.2.0/node_modules/globals/index.js
|
|
2503
2522
|
var require_globals2 = __commonJS({
|
|
2504
|
-
"node_modules/.pnpm/globals@15.
|
|
2523
|
+
"node_modules/.pnpm/globals@15.2.0/node_modules/globals/index.js"(exports2, module2) {
|
|
2505
2524
|
"use strict";
|
|
2506
2525
|
module2.exports = require_globals();
|
|
2507
2526
|
}
|
|
@@ -11908,14 +11927,13 @@ async function jsse(options = {}, ...userConfigs) {
|
|
|
11908
11927
|
);
|
|
11909
11928
|
}
|
|
11910
11929
|
});
|
|
11911
|
-
|
|
11912
|
-
|
|
11913
|
-
|
|
11914
|
-
|
|
11915
|
-
[rule]: "off"
|
|
11930
|
+
combinedConfigs.forEach((config) => {
|
|
11931
|
+
Object.keys(config.rules ?? {}).forEach((rule) => {
|
|
11932
|
+
if (off.includes(rule) && config.rules) {
|
|
11933
|
+
config.rules[rule] = "off";
|
|
11916
11934
|
}
|
|
11917
|
-
})
|
|
11918
|
-
);
|
|
11935
|
+
});
|
|
11936
|
+
});
|
|
11919
11937
|
}
|
|
11920
11938
|
if (normalizedOptions.rootId !== "jsse") {
|
|
11921
11939
|
combinedConfigs.forEach((config) => {
|