Skip to content

Commit be583ac

Browse files
committed
Simplify prettier config for CHANGELOG (when pushed as release notes)
1 parent 3681273 commit be583ac

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

0 commit comments

Comments
 (0)