Fix lint warning

This commit is contained in:
Aarni Halinen
2020-12-29 18:30:30 +02:00
parent 35c6ed7da5
commit ae4f33a02a
+1 -1
View File
@@ -1,3 +1,3 @@
// eslint-disable-next-line @typescript-eslint/no-empty-function
const noop = () => {};
const noop = (): void => {};
export default noop;