From: Anton Khorev Date: Tue, 13 Sep 2022 03:52:36 +0000 (+0300) Subject: Add bootstrap to js globals X-Git-Tag: live~1843^2~2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/63f9ee3db6314d7189599c4b1a7e27657bda8ad8 Add bootstrap to js globals --- diff --git a/config/eslint.json b/config/eslint.json index 3b878d48a..b54c8855f 100644 --- a/config/eslint.json +++ b/config/eslint.json @@ -7,6 +7,7 @@ "eslint:recommended" ], "globals": { + "bootstrap": "readonly", "Cookies": "readonly", "I18n": "readonly", "L": "readonly",