Skip to content

Commit 438c1d7

Browse files
committed
Simplify prettier config for CHANGELOG (when pushed as release notes)
1 parent a09378d commit 438c1d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
"prettier": "^1.19.1"
4444
},
4545
"prettier": {
46-
"trailingComma": "all",
47-
"proseWrap": "always"
46+
"trailingComma": "all"
4847
},
4948
"lint-staged": {
5049
"*.{md,json,js,css}": [

0 commit comments

Comments
 (0)