chore(web): add prettier and format

This commit is contained in:
Luke
2022-08-27 15:58:36 +02:00
parent cc76d23419
commit 4a5251b60b
44 changed files with 2933 additions and 1984 deletions

View File

@@ -1,4 +1,4 @@
import { IconProp } from "@fortawesome/fontawesome-svg-core";
import { IconProp } from '@fortawesome/fontawesome-svg-core';
export interface Option {
menu?: string;
@@ -8,10 +8,7 @@ export interface Option {
image?: string;
icon?: IconProp;
iconColor?: string;
metadata?:
| string[]
| { [key: string]: any }
| { label: string; value: any }[];
metadata?: string[] | { [key: string]: any } | { label: string; value: any }[];
event?: string;
serverEvent?: string;
args?: any;