1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

ESLint: enable prefer-template rule (#37484)

This commit is contained in:
XhmikosR
2022-11-12 10:09:36 +02:00
committed by GitHub
parent 21e036bf13
commit 5208dd10c4
9 changed files with 9 additions and 8 deletions

View File

@@ -264,7 +264,7 @@
slowModal.addEventListener('shown.bs.modal', () => {
t1 = performance.now()
console.log('transition-duration took ' + (t1 - t0) + 'ms.')
console.log(`transition-duration took ${t1 - t0}ms.`)
})
slowModal.addEventListener('show.bs.modal', () => {