2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Fix new lint issues

This commit is contained in:
XhmikosR
2021-08-26 19:12:28 +03:00
parent caa0592bee
commit 076af07fc0
11 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import Tooltip from '../../dist/tooltip'
import '../../dist/carousel'
import '../../dist/carousel' // eslint-disable-line import/no-unassigned-import
window.addEventListener('load', () => {
[].concat(...document.querySelectorAll('[data-bs-toggle="tooltip"]'))