@rhyster/eslint-config 2.0.23 → 2.0.24
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.
|
@@ -19,7 +19,6 @@ declare const _default: {
|
|
|
19
19
|
readonly AnimationEvent: false;
|
|
20
20
|
readonly AnimationPlaybackEvent: false;
|
|
21
21
|
readonly AnimationTimeline: false;
|
|
22
|
-
readonly AsyncDisposableStack: false;
|
|
23
22
|
readonly atob: false;
|
|
24
23
|
readonly Attr: false;
|
|
25
24
|
readonly Audio: false;
|
|
@@ -208,7 +207,6 @@ declare const _default: {
|
|
|
208
207
|
readonly DevicePosture: false;
|
|
209
208
|
readonly DigitalCredential: false;
|
|
210
209
|
readonly dispatchEvent: false;
|
|
211
|
-
readonly DisposableStack: false;
|
|
212
210
|
readonly document: false;
|
|
213
211
|
readonly Document: false;
|
|
214
212
|
readonly DocumentFragment: false;
|
|
@@ -426,6 +424,7 @@ declare const _default: {
|
|
|
426
424
|
readonly HTMLTrackElement: false;
|
|
427
425
|
readonly HTMLUListElement: false;
|
|
428
426
|
readonly HTMLUnknownElement: false;
|
|
427
|
+
readonly HTMLUserMediaElement: false;
|
|
429
428
|
readonly HTMLVideoElement: false;
|
|
430
429
|
readonly IDBCursor: false;
|
|
431
430
|
readonly IDBCursorWithValue: false;
|
|
@@ -461,6 +460,7 @@ declare const _default: {
|
|
|
461
460
|
readonly InputDeviceInfo: false;
|
|
462
461
|
readonly InputEvent: false;
|
|
463
462
|
readonly IntegrityViolationReportBody: false;
|
|
463
|
+
readonly InteractionContentfulPaint: false;
|
|
464
464
|
readonly InterestEvent: false;
|
|
465
465
|
readonly IntersectionObserver: false;
|
|
466
466
|
readonly IntersectionObserverEntry: false;
|
|
@@ -744,6 +744,7 @@ declare const _default: {
|
|
|
744
744
|
readonly PerformanceResourceTiming: false;
|
|
745
745
|
readonly PerformanceScriptTiming: false;
|
|
746
746
|
readonly PerformanceServerTiming: false;
|
|
747
|
+
readonly PerformanceSoftNavigation: false;
|
|
747
748
|
readonly PerformanceTiming: false;
|
|
748
749
|
readonly PerformanceTimingConfidence: false;
|
|
749
750
|
readonly PeriodicSyncManager: false;
|
|
@@ -912,7 +913,6 @@ declare const _default: {
|
|
|
912
913
|
readonly Subscriber: false;
|
|
913
914
|
readonly SubtleCrypto: false;
|
|
914
915
|
readonly Summarizer: false;
|
|
915
|
-
readonly SuppressedError: false;
|
|
916
916
|
readonly SVGAElement: false;
|
|
917
917
|
readonly SVGAngle: false;
|
|
918
918
|
readonly SVGAnimatedAngle: false;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rhyster/eslint-config",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.24",
|
|
4
4
|
"description": "ESLint config",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"license": "MIT",
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/confusing-browser-globals": "^1.0.3",
|
|
39
|
-
"eslint": "^10.
|
|
39
|
+
"eslint": "^10.8.0",
|
|
40
40
|
"jiti": "^2.7.0",
|
|
41
41
|
"typescript": "^6.0.3",
|
|
42
42
|
"unbuild": "^3.6.1"
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"eslint-plugin-import-x": "^4.17.1",
|
|
53
53
|
"eslint-plugin-n": "^18.2.2",
|
|
54
54
|
"eslint-plugin-vue": "^10.10.0",
|
|
55
|
-
"globals": "^17.
|
|
55
|
+
"globals": "^17.8.0",
|
|
56
56
|
"typescript-eslint": "^8.65.0",
|
|
57
57
|
"vue-eslint-parser": "^10.4.1"
|
|
58
58
|
},
|
|
59
|
-
"packageManager": "pnpm@11.
|
|
59
|
+
"packageManager": "pnpm@11.18.0"
|
|
60
60
|
}
|