refactor: set "proseWrap" to "always" in Prettier config
refactor: delete "arrowParens" rule in Prettier config
This commit is contained in:
parent
fc7320c454
commit
90c6754330
|
@ -1,7 +1,7 @@
|
||||||
arrowParens: "avoid"
|
|
||||||
bracketSpacing: true
|
bracketSpacing: true
|
||||||
endOfLine: "auto"
|
endOfLine: "auto"
|
||||||
printWidth: 120
|
printWidth: 120
|
||||||
|
proseWrap: "always"
|
||||||
singleQuote: false
|
singleQuote: false
|
||||||
tabWidth: 2
|
tabWidth: 2
|
||||||
trailingComma: "all"
|
trailingComma: "all"
|
||||||
|
|
Loading…
Reference in New Issue