mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 06:37:12 -05: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