From a2bbdc053c746ada7ef000cd829bdde8b5f30581 Mon Sep 17 00:00:00 2001 From: Alexander Shelepenok Date: Fri, 27 May 2022 17:13:15 +0000 Subject: [PATCH] refactor(project): fix regexp --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0dc4e11..474fea0 100644 --- a/package.json +++ b/package.json @@ -39,10 +39,10 @@ ] }, "lint-staged": { - "*.{tsx?,ts?}": [ + "*.{tsx?}": [ "npm run format:ts" ], - "*.{css?,scss?}": [ + "*.{(sc|sa|c)ss}": [ "npm run format:scss" ] },