@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/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.2.0/node_modules/globals/globals.json
|
|
28
28
|
var require_globals = __commonJS({
|
|
29
|
-
"node_modules/.pnpm/globals@15.
|
|
29
|
+
"node_modules/.pnpm/globals@15.2.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,
|
|
@@ -513,6 +515,8 @@ var require_globals = __commonJS({
|
|
|
513
515
|
CSSUnitValue: false,
|
|
514
516
|
CSSUnparsedValue: false,
|
|
515
517
|
CSSVariableReferenceValue: false,
|
|
518
|
+
currentFrame: false,
|
|
519
|
+
currentTime: false,
|
|
516
520
|
CustomElementRegistry: false,
|
|
517
521
|
customElements: false,
|
|
518
522
|
CustomEvent: false,
|
|
@@ -1080,6 +1084,7 @@ var require_globals = __commonJS({
|
|
|
1080
1084
|
ReadableStreamBYOBRequest: false,
|
|
1081
1085
|
ReadableStreamDefaultController: false,
|
|
1082
1086
|
ReadableStreamDefaultReader: false,
|
|
1087
|
+
registerProcessor: false,
|
|
1083
1088
|
RelativeOrientationSensor: false,
|
|
1084
1089
|
RemotePlayback: false,
|
|
1085
1090
|
removeEventListener: false,
|
|
@@ -1117,6 +1122,7 @@ var require_globals = __commonJS({
|
|
|
1117
1122
|
RTCSessionDescription: false,
|
|
1118
1123
|
RTCStatsReport: false,
|
|
1119
1124
|
RTCTrackEvent: false,
|
|
1125
|
+
sampleRate: false,
|
|
1120
1126
|
scheduler: false,
|
|
1121
1127
|
Scheduler: false,
|
|
1122
1128
|
Scheduling: false,
|
|
@@ -1388,6 +1394,7 @@ var require_globals = __commonJS({
|
|
|
1388
1394
|
WindowControlsOverlayGeometryChangeEvent: false,
|
|
1389
1395
|
Worker: false,
|
|
1390
1396
|
Worklet: false,
|
|
1397
|
+
WorkletGlobalScope: false,
|
|
1391
1398
|
WritableStream: false,
|
|
1392
1399
|
WritableStreamDefaultController: false,
|
|
1393
1400
|
WritableStreamDefaultWriter: false,
|
|
@@ -2505,9 +2512,9 @@ var require_globals = __commonJS({
|
|
|
2505
2512
|
}
|
|
2506
2513
|
});
|
|
2507
2514
|
|
|
2508
|
-
// node_modules/.pnpm/globals@15.
|
|
2515
|
+
// node_modules/.pnpm/globals@15.2.0/node_modules/globals/index.js
|
|
2509
2516
|
var require_globals2 = __commonJS({
|
|
2510
|
-
"node_modules/.pnpm/globals@15.
|
|
2517
|
+
"node_modules/.pnpm/globals@15.2.0/node_modules/globals/index.js"(exports, module) {
|
|
2511
2518
|
"use strict";
|
|
2512
2519
|
module.exports = require_globals();
|
|
2513
2520
|
}
|
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.14",
|
|
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,26 +61,26 @@
|
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@eslint/js": "~8.57.0",
|
|
64
|
-
"@stylistic/eslint-plugin": "1.
|
|
64
|
+
"@stylistic/eslint-plugin": "2.1.0",
|
|
65
65
|
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
66
66
|
"@typescript-eslint/parser": "^7.8.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.4",
|
|
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.6.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.
|
|
80
|
+
"eslint-plugin-react-refresh": "~0.4.7",
|
|
81
81
|
"eslint-plugin-tailwindcss": "^3.15.1",
|
|
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",
|
|
@@ -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.11",
|
|
102
102
|
"bumpp": "^9.4.1",
|
|
103
103
|
"cac": "^6.7.14",
|
|
104
104
|
"eslint": "^8.57.0",
|
|
105
105
|
"eslint-flat-config-utils": "^0.2.4",
|
|
106
106
|
"eslint-typegen": "^0.2.4",
|
|
107
|
-
"execa": "~
|
|
107
|
+
"execa": "~9.0.2",
|
|
108
108
|
"fast-glob": "^3.3.2",
|
|
109
109
|
"fs-extra": "^11.2.0",
|
|
110
|
-
"globals": "^15.
|
|
110
|
+
"globals": "^15.2.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.6",
|
|
115
115
|
"tsup": "^8.0.2",
|
|
116
|
-
"tsx": "^4.9.
|
|
116
|
+
"tsx": "^4.9.4",
|
|
117
117
|
"typescript": "~5.4.5",
|
|
118
118
|
"vitest": "^1.6.0"
|
|
119
119
|
},
|