@rhyster/eslint-config 1.8.36 → 1.8.38
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.
|
@@ -110,6 +110,8 @@ declare const _default: {
|
|
|
110
110
|
readonly CookieStore: false;
|
|
111
111
|
readonly CookieStoreManager: false;
|
|
112
112
|
readonly CountQueuingStrategy: false;
|
|
113
|
+
readonly crashReport: false;
|
|
114
|
+
readonly CrashReportContext: false;
|
|
113
115
|
readonly createImageBitmap: false;
|
|
114
116
|
readonly CreateMonitor: false;
|
|
115
117
|
readonly Credential: false;
|
|
@@ -698,6 +700,7 @@ declare const _default: {
|
|
|
698
700
|
readonly Option: false;
|
|
699
701
|
readonly OrientationSensor: false;
|
|
700
702
|
readonly origin: false;
|
|
703
|
+
readonly Origin: false;
|
|
701
704
|
readonly originAgentCluster: false;
|
|
702
705
|
readonly OscillatorNode: false;
|
|
703
706
|
readonly OTPCredential: false;
|
|
@@ -737,6 +740,7 @@ declare const _default: {
|
|
|
737
740
|
readonly PerformanceScriptTiming: false;
|
|
738
741
|
readonly PerformanceServerTiming: false;
|
|
739
742
|
readonly PerformanceTiming: false;
|
|
743
|
+
readonly PerformanceTimingConfidence: false;
|
|
740
744
|
readonly PeriodicSyncManager: false;
|
|
741
745
|
readonly PeriodicWave: false;
|
|
742
746
|
readonly Permissions: 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": "1.8.
|
|
3
|
+
"version": "1.8.38",
|
|
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": "^9.39.
|
|
39
|
+
"eslint": "^9.39.4",
|
|
40
40
|
"jiti": "^2.6.1",
|
|
41
41
|
"typescript": "^5.9.3",
|
|
42
42
|
"unbuild": "^3.6.1"
|
|
@@ -45,16 +45,16 @@
|
|
|
45
45
|
"eslint": ">= 9"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@eslint/js": "^9.39.
|
|
49
|
-
"@stylistic/eslint-plugin": "^5.
|
|
48
|
+
"@eslint/js": "^9.39.4",
|
|
49
|
+
"@stylistic/eslint-plugin": "^5.10.0",
|
|
50
50
|
"confusing-browser-globals": "^1.0.11",
|
|
51
51
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
52
|
-
"eslint-plugin-import-x": "^4.16.
|
|
52
|
+
"eslint-plugin-import-x": "^4.16.2",
|
|
53
53
|
"eslint-plugin-n": "^17.24.0",
|
|
54
54
|
"eslint-plugin-vue": "^10.8.0",
|
|
55
|
-
"globals": "^17.
|
|
56
|
-
"typescript-eslint": "^8.
|
|
55
|
+
"globals": "^17.4.0",
|
|
56
|
+
"typescript-eslint": "^8.57.0",
|
|
57
57
|
"vue-eslint-parser": "^10.4.0"
|
|
58
58
|
},
|
|
59
|
-
"packageManager": "pnpm@10.
|
|
59
|
+
"packageManager": "pnpm@10.32.1"
|
|
60
60
|
}
|