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" ] },