]> git.openstreetmap.org Git - rails.git/commitdiff
Add bootstrap to js globals
authorAnton Khorev <tony29@yandex.ru>
Tue, 13 Sep 2022 03:52:36 +0000 (06:52 +0300)
committerAnton Khorev <tony29@yandex.ru>
Tue, 13 Sep 2022 03:52:36 +0000 (06:52 +0300)
config/eslint.json

index 3b878d48a8cb813955fb399243ed01af1e892fef..b54c8855f47806cc420b2a7259354786942cd70c 100644 (file)
@@ -7,6 +7,7 @@
     "eslint:recommended"
   ],
   "globals": {
+    "bootstrap": "readonly",
     "Cookies": "readonly",
     "I18n": "readonly",
     "L": "readonly",