Skip to content

Commit c949f4b

Browse files
authored
Update lint-staged file types for prettier (#933)
1 parent df40f9f commit c949f4b

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
@@ -34,7 +34,7 @@
3434
"tailwindConfig": "./packages/tailwind-config/tailwind.config.ts"
3535
},
3636
"lint-staged": {
37-
"*.{ts|tsx|md}": "prettier -w"
37+
"*.{ts,tsx,md,mdx}": "prettier -w"
3838
},
3939
"dependencies": {
4040
"posthog-js": "catalog:"

0 commit comments

Comments
 (0)