mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-04-28 16:20:36 +00:00
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