mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-27 23:38:07 +01:00
refactor(project): fix regexp
This commit is contained in:
parent
c609cf7e28
commit
a2bbdc053c
@ -39,10 +39,10 @@
|
||||
]
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{tsx?,ts?}": [
|
||||
"*.{tsx?}": [
|
||||
"npm run format:ts"
|
||||
],
|
||||
"*.{css?,scss?}": [
|
||||
"*.{(sc|sa|c)ss}": [
|
||||
"npm run format:scss"
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user