add prettier and reformat project
This commit is contained in:
parent
c86873fc28
commit
795305b333
30 changed files with 473 additions and 616 deletions
15
frontend/.prettierrc
Normal file
15
frontend/.prettierrc
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"useTabs": false,
|
||||
"tabWidth": 2,
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"jsxSingleQuote": false,
|
||||
"trailingComma": "es5",
|
||||
"bracketSpacing": true,
|
||||
"bracketSameLine": false,
|
||||
"arrowParens": "always",
|
||||
"embeddedLanguageFormatting": "auto",
|
||||
"endOfLine": "lf",
|
||||
"printWidth": 100,
|
||||
"vueIndentScriptAndStyle": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue