initial commit

This commit is contained in:
2020-05-11 00:53:00 +02:00
parent c248b2a5a1
commit a6020b4dce
4 changed files with 79 additions and 0 deletions

6
.prettierrc Normal file
View File

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