chore(prettier): use arrowParens that matches the code

pull/5690/head
Pavel Zavora 2021-03-08 13:09:02 +01:00
parent df526edf7a
commit 7d38d4c25a
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
"trailingComma": "es5",
"bracketSpacing": false,
"semi": false,
"arrowParens": "always"
"arrowParens": "avoid"
}