1
0
Jaime Torrealba 10 сар өмнө
parent
commit
8f18558087
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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
 }