Skip to content

Commit

Permalink
Ok, let's try staging the same style that yarn format generates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Brown committed Mar 6, 2017
1 parent 0bd3f04 commit dec8f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"lint-staged": {
"*.js": [
"prettier --write",
"prettier --single-quote --trailing-comma es5 --write",
"git add"
]
}
Expand Down

0 comments on commit dec8f6a

Please sign in to comment.