From eb594132fc09a02c8cc92217b23c50153f5437e7 Mon Sep 17 00:00:00 2001 From: builtbysuraj Date: Tue, 6 Feb 2024 22:04:06 +0530 Subject: [PATCH] chore: Add new script for lint-staged --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 7275e24..32e4ae2 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,9 @@ "npm run check-types", "npm run check-lint" ], + "client/src/**/*.{ts,tsx,css,scss}": [ + "npm run check-format-client" + ], "server/src/**/*.{js,jsx,css,scss}": [ "npm run check-format-server" ]