chore: format code and add prettier

This commit is contained in:
2023-03-10 13:49:33 +01:00
parent d1ff4ec278
commit eb579289f0
8 changed files with 100 additions and 53 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "always",
"quoteProps": "as-needed",
"bracketSpacing": true,
"bracketSameLine": false
}