chore: no eslint warnings policy

This commit is contained in:
robal
2023-02-23 11:12:19 +01:00
committed by just_ppe
parent d872652c7c
commit 3495f43848
30 changed files with 115 additions and 70 deletions

View File

@@ -67,4 +67,5 @@ export function readJSON(path: string): JWKInterface {
}
}
// eslint-disable-next-line no-console
main().catch((e) => console.error(e));