From 01757a6a03d2abf71fcc029372aed318ab152990 Mon Sep 17 00:00:00 2001 From: anubra266 Date: Fri, 26 Jan 2024 15:44:41 -0600 Subject: [PATCH] Setup husky --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1b95c5..52f54eb 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "vitest": "^1.2.1" }, "lint-staged": { - "packages/**/*.{ts,tsx}": [ + "*": [ "pnpm prettier-fix" ] },