add prettier

This commit is contained in:
Skillz
2020-02-09 10:32:53 -05:00
parent 7c5bce963c
commit 88bdc3bf0f

11
.prettierrc Normal file
View File

@@ -0,0 +1,11 @@
{
"singleQuote": true,
"tabWidth": 2,
"semi": false,
"printWidth": 120,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "auto"
}