add prettier to backend

This commit is contained in:
iamBadgers
2024-03-05 12:36:42 -08:00
parent 37efd3949d
commit f346bcafc0
4 changed files with 35 additions and 8 deletions

8
backend/.prettierrc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}