Skip to content

Commit 4579948

Browse files
committed
added eslint silnce rule
1 parent 94284b4 commit 4579948

File tree

1 file changed

+1
-0
lines changed
  • packages/bootstrap-vue-3/src/utils

1 file changed

+1
-0
lines changed

packages/bootstrap-vue-3/src/utils/dom.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ export const matches = (el: Element, selector: string) =>
214214

215215
// See: https://developer.mozilla.org/en-US/docs/Web/API/Element/closest
216216
/* istanbul ignore next */
217+
/* eslint-disable @typescript-eslint/no-this-alias */
217218
export const closestEl =
218219
ELEMENT_PROTO?.closest ||
219220
function (this: Element, sel: string) {

0 commit comments

Comments
 (0)