@rhyster/eslint-config 2.0.24 → 2.0.25
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.
|
@@ -735,6 +735,7 @@ declare const _default: {
|
|
|
735
735
|
readonly PerformanceLongAnimationFrameTiming: false;
|
|
736
736
|
readonly PerformanceLongTaskTiming: false;
|
|
737
737
|
readonly PerformanceMark: false;
|
|
738
|
+
readonly PerformanceMarkConditional: false;
|
|
738
739
|
readonly PerformanceMeasure: false;
|
|
739
740
|
readonly PerformanceNavigation: false;
|
|
740
741
|
readonly PerformanceNavigationTiming: false;
|
|
@@ -750,6 +751,7 @@ declare const _default: {
|
|
|
750
751
|
readonly PeriodicSyncManager: false;
|
|
751
752
|
readonly PeriodicWave: false;
|
|
752
753
|
readonly Permissions: false;
|
|
754
|
+
readonly PermissionsPolicy: false;
|
|
753
755
|
readonly PermissionStatus: false;
|
|
754
756
|
readonly PERSISTENT: false;
|
|
755
757
|
readonly personalbar: false;
|
|
@@ -819,6 +821,7 @@ declare const _default: {
|
|
|
819
821
|
readonly RTCError: false;
|
|
820
822
|
readonly RTCErrorEvent: false;
|
|
821
823
|
readonly RTCIceCandidate: false;
|
|
824
|
+
readonly RTCIceCandidatePair: false;
|
|
822
825
|
readonly RTCIceTransport: false;
|
|
823
826
|
readonly RTCPeerConnection: false;
|
|
824
827
|
readonly RTCPeerConnectionIceErrorEvent: false;
|
|
@@ -1119,8 +1122,10 @@ declare const _default: {
|
|
|
1119
1122
|
readonly WebTransport: false;
|
|
1120
1123
|
readonly WebTransportBidirectionalStream: false;
|
|
1121
1124
|
readonly WebTransportDatagramDuplexStream: false;
|
|
1125
|
+
readonly WebTransportDatagramsWritable: false;
|
|
1122
1126
|
readonly WebTransportError: false;
|
|
1123
1127
|
readonly WebTransportReceiveStream: false;
|
|
1128
|
+
readonly WebTransportSendGroup: false;
|
|
1124
1129
|
readonly WebTransportSendStream: false;
|
|
1125
1130
|
readonly WGSLLanguageFeatures: false;
|
|
1126
1131
|
readonly WheelEvent: false;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../../../src/rules/browser.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../../../src/rules/browser.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAKmC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rhyster/eslint-config",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.25",
|
|
4
4
|
"description": "ESLint config",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -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.
|
|
56
|
-
"typescript-eslint": "^8.
|
|
55
|
+
"globals": "^17.9.0",
|
|
56
|
+
"typescript-eslint": "^8.66.0",
|
|
57
57
|
"vue-eslint-parser": "^10.4.1"
|
|
58
58
|
},
|
|
59
|
-
"packageManager": "pnpm@11.
|
|
59
|
+
"packageManager": "pnpm@11.20.0"
|
|
60
60
|
}
|