Skip to content

Commit ab348dc

Browse files
committed
fix: 🐛 lint
1 parent d770efb commit ab348dc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/core/instance.core.ts

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ export class ZoomPanPinch {
181181
const { centerOnInit } = this.setup;
182182

183183
const hasTarget = (entries: ResizeObserverEntry[], target: Element) => {
184+
// eslint-disable-next-line no-restricted-syntax
184185
for (const entry of entries) {
185186
if (entry.target === target) {
186187
return true;

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -16321,6 +16321,11 @@ tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3:
1632116321
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
1632216322
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
1632316323

16324+
tslib@^2.6.3:
16325+
version "2.8.1"
16326+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
16327+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
16328+
1632416329
tsutils@^3.21.0:
1632516330
version "3.21.0"
1632616331
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)