From 63f9ee3db6314d7189599c4b1a7e27657bda8ad8 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Tue, 13 Sep 2022 06:52:36 +0300 Subject: [PATCH] Add bootstrap to js globals --- config/eslint.json | 1 + 1 file changed, 1 insertion(+) 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", -- 2.39.5