@jsse/eslint-config 0.1.13 → 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 +11 -4
- package/dist/index.d.cts +327 -239
- package/dist/index.d.ts +327 -239
- package/dist/index.js +11 -4
- package/package.json +12 -12
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,
|
|
@@ -1086,6 +1090,7 @@ var require_globals = __commonJS({
|
|
|
1086
1090
|
ReadableStreamBYOBRequest: false,
|
|
1087
1091
|
ReadableStreamDefaultController: false,
|
|
1088
1092
|
ReadableStreamDefaultReader: false,
|
|
1093
|
+
registerProcessor: false,
|
|
1089
1094
|
RelativeOrientationSensor: false,
|
|
1090
1095
|
RemotePlayback: false,
|
|
1091
1096
|
removeEventListener: false,
|
|
@@ -1123,6 +1128,7 @@ var require_globals = __commonJS({
|
|
|
1123
1128
|
RTCSessionDescription: false,
|
|
1124
1129
|
RTCStatsReport: false,
|
|
1125
1130
|
RTCTrackEvent: false,
|
|
1131
|
+
sampleRate: false,
|
|
1126
1132
|
scheduler: false,
|
|
1127
1133
|
Scheduler: false,
|
|
1128
1134
|
Scheduling: false,
|
|
@@ -1394,6 +1400,7 @@ var require_globals = __commonJS({
|
|
|
1394
1400
|
WindowControlsOverlayGeometryChangeEvent: false,
|
|
1395
1401
|
Worker: false,
|
|
1396
1402
|
Worklet: false,
|
|
1403
|
+
WorkletGlobalScope: false,
|
|
1397
1404
|
WritableStream: false,
|
|
1398
1405
|
WritableStreamDefaultController: false,
|
|
1399
1406
|
WritableStreamDefaultWriter: false,
|
|
@@ -2511,9 +2518,9 @@ var require_globals = __commonJS({
|
|
|
2511
2518
|
}
|
|
2512
2519
|
});
|
|
2513
2520
|
|
|
2514
|
-
// node_modules/.pnpm/globals@15.
|
|
2521
|
+
// node_modules/.pnpm/globals@15.2.0/node_modules/globals/index.js
|
|
2515
2522
|
var require_globals2 = __commonJS({
|
|
2516
|
-
"node_modules/.pnpm/globals@15.
|
|
2523
|
+
"node_modules/.pnpm/globals@15.2.0/node_modules/globals/index.js"(exports2, module2) {
|
|
2517
2524
|
"use strict";
|
|
2518
2525
|
module2.exports = require_globals();
|
|
2519
2526
|
}
|