Fix lint warning
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
||||
const noop = () => {};
|
||||
const noop = (): void => {};
|
||||
export default noop;
|
||||
|
||||
Reference in New Issue
Block a user