Skip to content

Commit 8f18558

Browse files
committedSep 7, 2024·
fix: lint
1 parent 2ccd6c4 commit 8f18558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/utils/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ export function invalidateInstance(instance: TresObject) {
451451
}
452452

453453
export function noop(fn: string): any {
454+
// eslint-disable-next-line no-unused-expressions
454455
fn
455456
}
456457

0 commit comments

Comments
 (0)
Please sign in to comment.