Change prettier configuration option.
This commit is contained in:
parent
559605c376
commit
299cb359a8
1 changed files with 2 additions and 1 deletions
|
@ -7,5 +7,6 @@
|
|||
"endOfLine": "lf",
|
||||
"printWidth": 120,
|
||||
"vueIndentScriptAndStyle": false,
|
||||
"quoteProps": "as-needed"
|
||||
"quoteProps": "as-needed",
|
||||
"arrowParens": "avoid"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue