This commit is contained in:
2022-12-10 23:58:09 +01:00
parent 29da22d579
commit acda284da1
25 changed files with 799 additions and 111 deletions

7
.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"bracketSpacing": true,
"singleQuote": false,
"useTabs": true,
"tabWidth": 2,
"semi": true
}