From 7dcb86237a03aabdf649c3c1b5c3189cc4362e39 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 9 Nov 2025 17:20:32 -0500 Subject: [PATCH] fix(ci): run husky prettier on all files just like in ci --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f934cdf..1d4a8a2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "check": "astro check" }, "lint-staged": { - "*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml,css}": [ + "*": [ "prettier --write", "astro check" ]