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,14 +1,14 @@
import { TextUiProps } from "../../textui/TextUI";
import { debugData } from "../../../utils/debugData";
import { TextUiProps } from '../../textui/TextUI';
import { debugData } from '../../../utils/debugData';
export const debugTextUI = () => {
debugData<TextUiProps>([
{
action: "textUi",
action: 'textUi',
data: {
text: "[E] - Access locker inventory \n [G] - Do something else",
position: "right-center",
icon: "door-open",
text: '[E] - Access locker inventory \n [G] - Do something else',
position: 'right-center',
icon: 'door-open',
},
},
]);