FIXED AND WORKING... BACKUP IF IT GOES WRONG

This commit is contained in:
2022-01-29 15:52:02 +02:00
parent fa4e27999a
commit e11a283b2c
94 changed files with 2174 additions and 62 deletions

9
.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"tabWidth": 2,
"useTabs": false,
"arrowParens": "always",
"singleQuote": true,
"semi": true,
"trailingComma": "all",
"bracketSpacing": true
}