initial commit

This commit is contained in:
uh wot 2021-01-24 15:41:29 +01:00
commit 168093e034
Signed by: uhwot
GPG key ID: CB2454984587B781
7 changed files with 210 additions and 0 deletions

6
.prettierrc Normal file
View file

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