Initial commit

This commit is contained in:
2022-02-18 16:04:45 +02:00
commit 36d7d09b01
9 changed files with 97 additions and 0 deletions

6
.prettierrc Normal file
View File

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