From 31f454e0f7323422c0e537e943326e2a49bd168a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 17 May 2021 19:28:20 +0100 Subject: [PATCH] Fix eslint warnings --- config/eslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/eslint.json b/config/eslint.json index f7d02fee6..22ecdd3db 100644 --- a/config/eslint.json +++ b/config/eslint.json @@ -7,6 +7,7 @@ "eslint:recommended" ], "globals": { + "Cookies": "readonly", "I18n": "readonly", "L": "readonly", "OSM": "writable", -- 2.45.1