⚙️ Add Prettier config (#647)

This commit is contained in:
Alejandra
2024-03-08 15:10:28 +01:00
committed by GitHub
parent 75adf755b4
commit 0231740213
3 changed files with 11 additions and 1 deletions

8
new-frontend/.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"bracketSpacing": true,
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 2
}