Prettier
This commit is contained in:
@@ -13,5 +13,5 @@ export function loadSettings(path: string): Settings | null {
|
||||
|
||||
export interface Settings {
|
||||
searchUrl: string;
|
||||
searchBar: boolean,
|
||||
searchBar: boolean;
|
||||
}
|
||||
|
||||
@@ -2,6 +2,6 @@ import { serviceItem } from '../components/AppShelf/AppShelf.d';
|
||||
|
||||
export interface Config {
|
||||
services: serviceItem[];
|
||||
settings: {};
|
||||
[key: string]: any;
|
||||
settings: {};
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user