chore: initial commit

This commit is contained in:
Divlo
2023-01-02 15:23:16 +01:00
commit 221ded7d62
35 changed files with 22848 additions and 0 deletions

6
.prettierrc.json Normal file
View File

@ -0,0 +1,6 @@
{
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"trailingComma": "none"
}