You've already forked AstralRinth
forked from didirus/AstralRinth
Update prettier config + Run pnpm format
This commit is contained in:
+8
-8
@@ -1,10 +1,10 @@
|
||||
export default function Generator(options: PluginOptions): {
|
||||
name: string;
|
||||
buildStart(): Promise<void>;
|
||||
};
|
||||
export interface PluginOptions {
|
||||
projectColors: boolean;
|
||||
landingPage: boolean;
|
||||
gameVersions: boolean;
|
||||
tags: boolean;
|
||||
name: string
|
||||
buildStart(): Promise<void>
|
||||
}
|
||||
export interface PluginOptions {
|
||||
projectColors: boolean
|
||||
landingPage: boolean
|
||||
gameVersions: boolean
|
||||
tags: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user