Address linting issues

This commit is contained in:
mark
2023-01-02 08:30:39 +01:00
parent f31f67bc38
commit fc98cb27cb
7 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
// Bootstrap tooltip example: https://getbootstrap.com/docs/5.2/components/tooltips/
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
// eslint-disable-next-line no-unused-vars, no-undef
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))