mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
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:
6
app/src/types/country-iso-3-to-2.d.ts
vendored
6
app/src/types/country-iso-3-to-2.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user