initial commit

This commit is contained in:
cudr
2019-10-05 11:44:49 +03:00
commit a817eb1ceb
63 changed files with 1769 additions and 0 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"printWidth": 80,
"semi": false,
"singleQuote": true,
"arrowParens": "avoid"
}