This commit is contained in:
Jonah Fintz 2024-10-21 08:32:53 +02:00
parent 7ba64d9945
commit 1c620b036f
19 changed files with 2745 additions and 91 deletions

8
.prettierrc Executable file
View file

@ -0,0 +1,8 @@
{
"printWidth": 100,
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"arrowParens": "always",
"jsxBracketSameLine": false
}