Added prettier to project

This commit is contained in:
Alexander Cerutti
2021-02-08 00:03:28 +01:00
parent d8983b8321
commit d5a487a609
29 changed files with 2018 additions and 1420 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"bracketSpacing": true,
"trailingComma": "all",
"tabWidth": 4,
"useTabs": true
}