Reconfigure tsconfig and eslint

This commit is contained in:
Nick Alteen
2023-08-23 13:57:44 -04:00
parent 497bed758e
commit bd79503369
12 changed files with 195 additions and 521 deletions

View File

@@ -25,4 +25,5 @@ async function run(): Promise<void> {
}
}
// eslint-disable-next-line @typescript-eslint/no-floating-promises
run()