Browse Source

fix: lint

Jaime Torrealba 10 tháng trước cách đây
mục cha
commit
8f18558087
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
 }