Skip to content

Commit 21604a8

Browse files
committed
Add flow & TypeScript files to Prettier
1 parent 96b2cc5 commit 21604a8

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
@@ -60,7 +60,7 @@
6060
"final-form": "^1.2.0"
6161
},
6262
"lint-staged": {
63-
"*.{js,json,md,css}": ["prettier --write", "git add"]
63+
"*.{js*,ts,json,md,css}": ["prettier --write", "git add"]
6464
},
6565
"bundlesize": [
6666
{

0 commit comments

Comments
 (0)