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,2 +1,3 @@
const popoverTriggerList = document.querySelectorAll('[data-bs-toggle="popover"]')
const popoverList = [...popoverTriggerList].map(popoverTriggerEl => new bootstrap.Popover(popoverTriggerEl))
// eslint-disable-next-line no-undef, no-unused-vars
const popoverList = [...popoverTriggerList].map(popoverTriggerEl => new bootstrap.Popover(popoverTriggerEl))