feat: Added Prettier code formatter to standardize code formatting

This commit is contained in:
Giacomo Ferlaino 2020-03-11 23:51:35 +01:00
parent 37047b241d
commit 1badcaf080
4 changed files with 19 additions and 2254 deletions

7
src/.prettierrc Normal file
View file

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