Satisfy eslint

This commit is contained in:
Henrik Giesel 2021-08-08 00:42:25 +02:00
parent e269fe73da
commit 09819d4e7d

View file

@ -24,7 +24,7 @@ export const htmlanki = {
}, },
}; };
const noop = () => { const noop = (): void => {
/* noop */ /* noop */
}; };