Skip to content

Commit 4708145

Browse files
committed
Fix ESLint error in functions.ts
1 parent 6dc77e6 commit 4708145

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/functions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ let cachedModules = new Map<string, object>();
2929
/**
3030
* Represents a no-operation function.
3131
*/
32+
// eslint-disable-next-line
3233
export const noop = () => {};
3334

3435
/**

0 commit comments

Comments
 (0)