config: configure quoteProps to consistent in prettier
This commit is contained in:
parent
f28cd79e26
commit
17eddcf157
|
@ -2,6 +2,7 @@ trailingComma: 'es5'
|
|||
tabWidth: 2
|
||||
semi: true
|
||||
singleQuote: true
|
||||
quoteProps: consistent
|
||||
arrowParens: always
|
||||
printWidth: 120
|
||||
overrides:
|
||||
|
|
Loading…
Reference in New Issue