refactor(project): fix regexp

This commit is contained in:
Alexander Shelepenok 2022-05-27 17:13:15 +00:00
parent c609cf7e28
commit a2bbdc053c

View File

@ -39,10 +39,10 @@
] ]
}, },
"lint-staged": { "lint-staged": {
"*.{tsx?,ts?}": [ "*.{tsx?}": [
"npm run format:ts" "npm run format:ts"
], ],
"*.{css?,scss?}": [ "*.{(sc|sa|c)ss}": [
"npm run format:scss" "npm run format:scss"
] ]
}, },