Change prettier configuration option.

This commit is contained in:
FireMaskterK 2021-11-07 13:51:24 +00:00
parent 559605c376
commit 299cb359a8
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 2 additions and 1 deletions

View File

@ -7,5 +7,6 @@
"endOfLine": "lf",
"printWidth": 120,
"vueIndentScriptAndStyle": false,
"quoteProps": "as-needed"
"quoteProps": "as-needed",
"arrowParens": "avoid"
}