Initial commit.

This commit is contained in:
2020-09-25 16:49:45 +02:00
commit 754c533192
8 changed files with 86 additions and 0 deletions

5
.prettierrc Normal file
View File

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