Client - add prettier

This commit is contained in:
Sam
2019-08-28 15:33:50 +02:00
parent c0d38094d9
commit c8ea44eecc
5 changed files with 58 additions and 3 deletions

9
.prettierrc Normal file
View File

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