mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 03:11:46 +00:00
feat: run prettier
This commit is contained in:
@ -32,8 +32,8 @@ export interface DefaultConfig {
|
||||
startingPage: string;
|
||||
overrideUserAgent: boolean;
|
||||
themes: string[];
|
||||
},
|
||||
plugins: Record<string, unknown>,
|
||||
};
|
||||
plugins: Record<string, unknown>;
|
||||
}
|
||||
|
||||
const defaultConfig: DefaultConfig = {
|
||||
|
||||
Reference in New Issue
Block a user