🎨 Format with prettier

This commit is contained in:
Meierschlumpf
2023-01-07 09:45:00 +01:00
parent 6be0779ac3
commit 1ea4ca2149
15 changed files with 307 additions and 304 deletions

View File

@@ -70,7 +70,7 @@ interface UseConfigStoreType {
addConfig: (
name: string,
config: ConfigType,
shouldSaveConfigToFileSystem: boolean,
shouldSaveConfigToFileSystem: boolean
) => Promise<void>;
updateConfig: (
name: string,