3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 18:25:03 +00:00

chore: resolve eslint issues

This commit is contained in:
Dragory 2021-11-03 16:59:08 +02:00
parent 6aa40c09c3
commit abe87f6750
19 changed files with 35 additions and 2 deletions

View file

@ -1,4 +1,4 @@
// tslint-disable:no-console
// tslint:disable:no-console
export const logger = {
info(...args: Parameters<typeof console.log>) {