This commit is contained in:
stCarolas
2019-12-07 16:09:20 +03:00
parent 13190e621a
commit c66179d93e
10 changed files with 1315 additions and 7 deletions

11
.prettierrc.json Normal file
View File

@@ -0,0 +1,11 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}