We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df40f9f commit c949f4bCopy full SHA for c949f4b
1 file changed
package.json
@@ -34,7 +34,7 @@
34
"tailwindConfig": "./packages/tailwind-config/tailwind.config.ts"
35
},
36
"lint-staged": {
37
- "*.{ts|tsx|md}": "prettier -w"
+ "*.{ts,tsx,md,mdx}": "prettier -w"
38
39
"dependencies": {
40
"posthog-js": "catalog:"
0 commit comments