Skip to content

Commit

Permalink
Tell prettier not to use semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Apr 13, 2017
1 parent bba207e commit ca7ce75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lint-staged": {
"*.js": [
"npm run test",
"prettier --single-quote --write",
"prettier --single-quote --no-semi --write",
"git add"
]
},
Expand All @@ -46,8 +46,8 @@
"eslint-config-prettier": "1.6.0",
"husky": "0.13.3",
"lint-staged": "3.4.0",
"prettier": "0.22.0",
"xo": "0.19.0"
"prettier": "1.0.2",
"xo": "0.18.1"
},
"dependencies": {
"args": "2.6.0",
Expand Down

0 comments on commit ca7ce75

Please sign in to comment.