mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-31 13:08:15 +00:00
fix(eslint): add missing browser globals history and location
This commit is contained in:
+3
-1
@@ -37,8 +37,10 @@ export default [
|
|||||||
URL: "readonly",
|
URL: "readonly",
|
||||||
URLSearchParams: "readonly",
|
URLSearchParams: "readonly",
|
||||||
WebSocket: "readonly",
|
WebSocket: "readonly",
|
||||||
|
history: "readonly",
|
||||||
|
location: "readonly",
|
||||||
self: "readonly",
|
self: "readonly",
|
||||||
process: "readonly"
|
process: "readonly",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
|
|||||||
Reference in New Issue
Block a user