Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit e2d2759

Browse files
author
z
committed
added jsx in same line prettier pck.json
1 parent fe1e8f7 commit e2d2759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"lint-staged": {
3636
"*.js": [
37-
"prettier --write --single-quote --print-width=120 --trailing-comma=es5",
37+
"prettier --write --single-quote --print-width=120 --trailing-comma=es5 --jsx-bracket-same-line",
3838
"xo",
3939
"jest --findRelatedTests",
4040
"git add"

0 commit comments

Comments
 (0)