Skip to content

Commit ca81491

Browse files
committed
fixes
1 parent f7b3363 commit ca81491

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/build-plugins.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const build = async plugin => {
5555
console.log(`Built ${plugin.fileName}`)
5656
}
5757

58-
;(async () => {
58+
(async () => {
5959
try {
6060
const basename = path.basename(__filename)
6161
const timeLabel = `[${basename}] finished`

js/tests/integration/bundle-modularity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Tooltip from '../../dist/tooltip.js'
2-
import '../../dist/carousel.js'
2+
import '../../dist/carousel.js' // eslint-disable-line import/no-unassigned-import
33

44
window.addEventListener('load', () => {
55
[].concat(...document.querySelectorAll('[data-bs-toggle="tooltip"]'))

0 commit comments

Comments
 (0)