Skip to content

Commit bb4df6a

Browse files
MichaelDeBoeyerikras
authored andcommitted
Add flow & TypeScript files to Prettier (#6)
1 parent 32367dc commit bb4df6a

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
@@ -76,7 +76,7 @@
7676
"setupFiles": ["raf/polyfill"]
7777
},
7878
"lint-staged": {
79-
"*.{js,json,md,css}": ["prettier --write", "git add"]
79+
"*.{js*,ts,json,md,css}": ["prettier --write", "git add"]
8080
},
8181
"bundlesize": [
8282
{

0 commit comments

Comments
 (0)