Update prettier config (#656)

This commit is contained in:
Marvin Hagemeister 2020-06-10 17:19:21 +02:00 committed by GitHub
parent 68087fd627
commit f3749f2b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,8 @@
"prettier": {
"singleQuote": true,
"trailingComma": "all",
"useTabs": true
"useTabs": true,
"arrowParens": "avoid"
},
"lint-staged": {
"{src,test}/**/*.js": [