Skip to content

Commit

Permalink
Configure lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevon committed Oct 5, 2017
1 parent be5210a commit 6306ae4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@
"husky": "^0.14.3",
"lint-staged": "^4.0.2",
"prettier": "^1.5.3"
},
"lint-staged": {
"*.js": [
"prettier --write",
"git add"
]
}
}

0 comments on commit 6306ae4

Please sign in to comment.