Skip to content

Commit 17733ad

Browse files
committed
Simplify prettier config for CHANGELOG (when pushed as release notes)
1 parent c4acc09 commit 17733ad

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

0 commit comments

Comments
 (0)