Prettierrc file

This commit is contained in:
2022-01-03 19:28:42 +01:00
parent 554f292e4c
commit 9ce5b476ef

10
.prettierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"bracketSpacing": true,
"arrowParens": "avoid",
"vueIndentScriptAndStyle": false,
"trailingComma": "none"
}