fix(eslint): add missing browser globals history and location

This commit is contained in:
Timo
2026-06-16 10:50:32 +02:00
parent 4d7cbfe347
commit e7d2d76ba3
+3 -1
View File
@@ -37,8 +37,10 @@ export default [
URL: "readonly",
URLSearchParams: "readonly",
WebSocket: "readonly",
history: "readonly",
location: "readonly",
self: "readonly",
process: "readonly"
process: "readonly",
}
},
rules: {