Browse Source

fix: lint

Jaime Torrealba 10 months ago
parent
commit
8f18558087
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/utils/index.ts

+ 1 - 0
src/utils/index.ts

@@ -451,6 +451,7 @@ export function invalidateInstance(instance: TresObject) {
 }
 
 export function noop(fn: string): any {
+  // eslint-disable-next-line no-unused-expressions
   fn
 }