Skip to content

Commit

Permalink
#3 Fix lint-staged match
Browse files Browse the repository at this point in the history
  • Loading branch information
gidztech committed Mar 7, 2018
1 parent 70cc3d6 commit 6cd2003
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 @@ -11,7 +11,7 @@
"precommit": "lint-staged"
},
"lint-staged": {
"{src}/**/*.ts": [
"src/**/*.ts": [
"prettier --write --single-quote",
"git add"
]
Expand Down

0 comments on commit 6cd2003

Please sign in to comment.