chore: prettier mugitzen du

This commit is contained in:
Aitor Urrutia
2022-01-14 20:31:04 +01:00
parent 3d86958647
commit d0bb44e202
5 changed files with 10 additions and 9 deletions

11
front/.prettierrc Normal file
View File

@@ -0,0 +1,11 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "avoid"
}