forked from abner/for-legacy-web
Make the linter happy.
This commit is contained in:
4
src/lib/js.ts
Normal file
4
src/lib/js.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
/* eslint-disable @typescript-eslint/no-empty-function */
|
||||
export const noop = () => {};
|
||||
export const noopAsync = async () => {};
|
||||
/* eslint-enable @typescript-eslint/no-empty-function */
|
||||
Reference in New Issue
Block a user