update prettierrc (#22506)

This commit is contained in:
Amumu 2020-03-23 11:07:08 +08:00 committed by GitHub
parent 3459bfc0be
commit 2668deb500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
"trailingComma": "all", "trailingComma": "all",
"printWidth": 100, "printWidth": 100,
"proseWrap": "never", "proseWrap": "never",
"arrowParens": "avoid",
"overrides": [ "overrides": [
{ {
"files": ".prettierrc", "files": ".prettierrc",