Add prettier

This commit is contained in:
Justin Reynolds 2019-06-26 18:57:46 -05:00
parent c60e80d25b
commit 7d86af2b00
5 changed files with 72 additions and 6 deletions

8
.prettierrc Normal file
View file

@ -0,0 +1,8 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all"
}