Archived
1
0

Initial Commit

This commit is contained in:
2020-01-09 12:29:40 +01:00
commit d215f03545
9 changed files with 147 additions and 0 deletions

7
.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}