more funky commits

This commit is contained in:
Thomas Ruoff
2020-06-30 00:44:35 +02:00
parent 788ae303e7
commit 96c62e3e9f
8 changed files with 208 additions and 119 deletions

6
.prettierrc Normal file
View File

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