From: Tom Hughes Date: Mon, 17 May 2021 18:28:20 +0000 (+0100) Subject: Fix eslint warnings X-Git-Tag: live~1613 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/31f454e0f7323422c0e537e943326e2a49bd168a Fix eslint warnings --- 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",