Add prettier and re-format .js files

This commit is contained in:
hensm
2021-08-31 07:59:58 +01:00
parent 9339b1a306
commit d6ca1325dc
38 changed files with 908 additions and 13254 deletions

5
.prettierrc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"arrowParens": "avoid",
"tabWidth": 4,
"trailingComma": "none"
}