Eslint files

This commit is contained in:
Thomas "ajnart" Camlong
2022-04-30 21:39:59 +02:00
parent 72458b8b63
commit 023f3ca9e4
5 changed files with 11 additions and 16 deletions

View File

@@ -14,4 +14,4 @@ export function loadSettings(path: string): Settings | null {
export interface Settings {
searchUrl: string;
searchBar: boolean,
}
}