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 7f85344d26
commit fa1c78494b
4 changed files with 19 additions and 2254 deletions

4
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"prettier.configPath": "./src/.prettierrc",
"editor.formatOnSave": true
}