Init commit with dependencies

This commit is contained in:
Moris Zen
2018-06-25 09:17:14 +02:00
commit a25a63e200
7 changed files with 20972 additions and 0 deletions

5
.prettierrc Normal file
View File

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