Skip to content

Commit

Permalink
Merge pull request #4 from MichaelDeBoey/prettier
Browse files Browse the repository at this point in the history
Add flow & TypeScript files to Prettier
  • Loading branch information
erikras authored Jan 10, 2018
2 parents 09b675a + 21604a8 commit 4cd710e
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 @@ -61,7 +61,7 @@
"final-form": "^1.2.0"
},
"lint-staged": {
"*.{js,json,md,css}": ["prettier --write", "git add"]
"*.{js*,ts,json,md,css}": ["prettier --write", "git add"]
},
"bundlesize": [
{
Expand Down

0 comments on commit 4cd710e

Please sign in to comment.