Skip to content

Commit bddf0f6

Browse files
committed
fix lint
1 parent 439217e commit bddf0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/utils-hoist/object.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable @typescript-eslint/no-explicit-any */
22
import type { WrappedFunction } from '../types-hoist/wrappedfunction';
3-
import { htmlTreeAsString } from './browser';
43
import { DEBUG_BUILD } from './../debug-build';
4+
import { htmlTreeAsString } from './browser';
55
import { isElement, isError, isEvent, isInstanceOf, isPrimitive } from './is';
66
import { logger } from './logger';
77
import { truncate } from './string';

0 commit comments

Comments
 (0)