From cf28cb4e3267af22d61842a03d182d6a11ee0438 Mon Sep 17 00:00:00 2001 From: avinash2wards Date: Sat, 23 Sep 2023 03:15:40 +0530 Subject: [PATCH] fix: path fix prettier auto run --- .lintstagedrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lintstagedrc.json b/.lintstagedrc.json index bb4de42..336022a 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -1,3 +1,3 @@ { - "src/*": "prettier --write --ignore-unknown" + "src/**/*": "prettier --write --ignore-unknown" }