refactor: set "proseWrap" to "always" in Prettier config

refactor: delete "arrowParens" rule in Prettier config
This commit is contained in:
Paul Razvan Berg 2022-10-12 15:02:44 +03:00
parent fc7320c454
commit 90c6754330
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
1 changed files with 1 additions and 1 deletions

View File

@ -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"