first commit

This commit is contained in:
2024-03-19 10:08:19 +01:00
commit ec4eaf3869
6 changed files with 675 additions and 0 deletions

11
.prettierrc Normal file
View File

@@ -0,0 +1,11 @@
{
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 140,
"endOfLine": "auto"
}