config: configure quoteProps to consistent in prettier

This commit is contained in:
Xymorot 2019-10-11 23:41:40 +02:00
parent f28cd79e26
commit 17eddcf157
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ trailingComma: 'es5'
tabWidth: 2
semi: true
singleQuote: true
quoteProps: consistent
arrowParens: always
printWidth: 120
overrides: