Add Prettier for formatting (#5)

This commit is contained in:
Justin Fagnani
2019-12-18 13:13:30 -08:00
committed by GitHub
parent 51806b8d86
commit 07f4413342
5 changed files with 22 additions and 2 deletions

7
.prettierrc.json Normal file
View File

@@ -0,0 +1,7 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"singleQuote": true,
"bracketSpacing": false,
"arrowParens": "always"
}