From 07cbe57b02152f2e676f64a149bbd813c0d7ba86 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 4 Dec 2023 18:51:18 +0100 Subject: [PATCH] chore: run prettier on ts and tsx files --- .lintstagedrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lintstagedrc.json b/.lintstagedrc.json index b280444..a0139c4 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -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"] }