chore: run prettier on ts and tsx files

This commit is contained in:
Stefan Imhoff
2023-12-04 18:51:18 +01:00
parent f936b446dd
commit 07cbe57b02

View File

@@ -1,4 +1,4 @@
{ {
"**/*.{md,mdx,html,astro,css}": ["npx prettier --write"], "**/*.{md,mdx,html,astro,css,tsx,ts}": ["npx prettier --write"],
"**/*.{js,ts,html,astro}": ["npx eslint --fix"] "**/*.{js,ts,html,astro}": ["npx eslint --fix"]
} }