chore: add prettier config to match project settings

This commit is contained in:
Travis Fischer
2020-06-21 23:59:38 -04:00
parent ffe58becdf
commit b750e147d9

11
.prettierrc Normal file
View File

@@ -0,0 +1,11 @@
{
"singleQuote": false,
"jsxSingleQuote": true,
"semi": true,
"useTabs": false,
"tabWidth": 2,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always",
"trailingComma": "es5"
}