mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
Satisfy eslint
This commit is contained in:
parent
e269fe73da
commit
09819d4e7d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export const htmlanki = {
|
|||
},
|
||||
};
|
||||
|
||||
const noop = () => {
|
||||
const noop = (): void => {
|
||||
/* noop */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue