@jsse/eslint-config 0.1.18 → 0.1.19
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 +67 -4
- package/dist/index.d.cts +145 -88
- package/dist/index.d.ts +145 -88
- package/dist/index.js +67 -4
- package/package.json +11 -11
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.8.0/node_modules/globals/globals.json
|
|
34
34
|
var require_globals = __commonJS({
|
|
35
|
-
"node_modules/.pnpm/globals@15.
|
|
35
|
+
"node_modules/.pnpm/globals@15.8.0/node_modules/globals/globals.json"(exports2, module2) {
|
|
36
36
|
module2.exports = {
|
|
37
37
|
amd: {
|
|
38
38
|
define: false,
|
|
@@ -307,6 +307,7 @@ var require_globals = __commonJS({
|
|
|
307
307
|
FileSystemHandle: false,
|
|
308
308
|
FileSystemWritableFileStream: false,
|
|
309
309
|
find: false,
|
|
310
|
+
Float16Array: false,
|
|
310
311
|
focus: false,
|
|
311
312
|
FocusEvent: false,
|
|
312
313
|
FontData: false,
|
|
@@ -1888,6 +1889,68 @@ var require_globals = __commonJS({
|
|
|
1888
1889
|
WeakRef: false,
|
|
1889
1890
|
WeakSet: false
|
|
1890
1891
|
},
|
|
1892
|
+
es2025: {
|
|
1893
|
+
AggregateError: false,
|
|
1894
|
+
Array: false,
|
|
1895
|
+
ArrayBuffer: false,
|
|
1896
|
+
Atomics: false,
|
|
1897
|
+
BigInt: false,
|
|
1898
|
+
BigInt64Array: false,
|
|
1899
|
+
BigUint64Array: false,
|
|
1900
|
+
Boolean: false,
|
|
1901
|
+
DataView: false,
|
|
1902
|
+
Date: false,
|
|
1903
|
+
decodeURI: false,
|
|
1904
|
+
decodeURIComponent: false,
|
|
1905
|
+
encodeURI: false,
|
|
1906
|
+
encodeURIComponent: false,
|
|
1907
|
+
Error: false,
|
|
1908
|
+
escape: false,
|
|
1909
|
+
eval: false,
|
|
1910
|
+
EvalError: false,
|
|
1911
|
+
FinalizationRegistry: false,
|
|
1912
|
+
Float32Array: false,
|
|
1913
|
+
Float64Array: false,
|
|
1914
|
+
Function: false,
|
|
1915
|
+
globalThis: false,
|
|
1916
|
+
Infinity: false,
|
|
1917
|
+
Int16Array: false,
|
|
1918
|
+
Int32Array: false,
|
|
1919
|
+
Int8Array: false,
|
|
1920
|
+
Intl: false,
|
|
1921
|
+
isFinite: false,
|
|
1922
|
+
isNaN: false,
|
|
1923
|
+
JSON: false,
|
|
1924
|
+
Map: false,
|
|
1925
|
+
Math: false,
|
|
1926
|
+
NaN: false,
|
|
1927
|
+
Number: false,
|
|
1928
|
+
Object: false,
|
|
1929
|
+
parseFloat: false,
|
|
1930
|
+
parseInt: false,
|
|
1931
|
+
Promise: false,
|
|
1932
|
+
Proxy: false,
|
|
1933
|
+
RangeError: false,
|
|
1934
|
+
ReferenceError: false,
|
|
1935
|
+
Reflect: false,
|
|
1936
|
+
RegExp: false,
|
|
1937
|
+
Set: false,
|
|
1938
|
+
SharedArrayBuffer: false,
|
|
1939
|
+
String: false,
|
|
1940
|
+
Symbol: false,
|
|
1941
|
+
SyntaxError: false,
|
|
1942
|
+
TypeError: false,
|
|
1943
|
+
Uint16Array: false,
|
|
1944
|
+
Uint32Array: false,
|
|
1945
|
+
Uint8Array: false,
|
|
1946
|
+
Uint8ClampedArray: false,
|
|
1947
|
+
undefined: false,
|
|
1948
|
+
unescape: false,
|
|
1949
|
+
URIError: false,
|
|
1950
|
+
WeakMap: false,
|
|
1951
|
+
WeakRef: false,
|
|
1952
|
+
WeakSet: false
|
|
1953
|
+
},
|
|
1891
1954
|
es5: {
|
|
1892
1955
|
Array: false,
|
|
1893
1956
|
Boolean: false,
|
|
@@ -2900,9 +2963,9 @@ var require_globals = __commonJS({
|
|
|
2900
2963
|
}
|
|
2901
2964
|
});
|
|
2902
2965
|
|
|
2903
|
-
// node_modules/.pnpm/globals@15.
|
|
2966
|
+
// node_modules/.pnpm/globals@15.8.0/node_modules/globals/index.js
|
|
2904
2967
|
var require_globals2 = __commonJS({
|
|
2905
|
-
"node_modules/.pnpm/globals@15.
|
|
2968
|
+
"node_modules/.pnpm/globals@15.8.0/node_modules/globals/index.js"(exports2, module2) {
|
|
2906
2969
|
"use strict";
|
|
2907
2970
|
module2.exports = require_globals();
|
|
2908
2971
|
}
|