Skip to content

Commit 4cd710e

Browse files
authored
Merge pull request #4 from MichaelDeBoey/prettier
Add flow & TypeScript files to Prettier
2 parents 09b675a + 21604a8 commit 4cd710e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"final-form": "^1.2.0"
6262
},
6363
"lint-staged": {
64-
"*.{js,json,md,css}": ["prettier --write", "git add"]
64+
"*.{js*,ts,json,md,css}": ["prettier --write", "git add"]
6565
},
6666
"bundlesize": [
6767
{

0 commit comments

Comments
 (0)