First lint and fmt pass

This commit is a first pass of lint and fmt, with a few manual fixes. Only manual issues left to do.
This commit is contained in:
thomas-senechal
2025-01-05 23:36:28 +01:00
parent d03c193810
commit 126711d326
45 changed files with 2675 additions and 1620 deletions

View File

@@ -1,4 +1,4 @@
declare module 'country-iso-3-to-2' {
function getCountryISO2(iso3: string): string;
export = getCountryISO2;
}
function getCountryISO2(iso3: string): string;
export = getCountryISO2;
}