Skip to content

Commit 446e451

Browse files
committed
Simplify prettier config for CHANGELOG (when pushed as release notes)
1 parent b221e38 commit 446e451

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
@@ -42,8 +42,7 @@
4242
"prettier": "^2.0.0"
4343
},
4444
"prettier": {
45-
"trailingComma": "all",
46-
"proseWrap": "always"
45+
"trailingComma": "all"
4746
},
4847
"lint-staged": {
4948
"*.{md,json,js,css}": [

0 commit comments

Comments
 (0)