chore: prettier erabiltzen du

This commit is contained in:
Aitor Urrutia
2022-01-14 20:28:45 +01:00
parent ae6e523215
commit 3d86958647
8 changed files with 98 additions and 70 deletions

11
.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"
}