mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-28 07:49:01 +01:00
refactor(project): fix regexp
This commit is contained in:
parent
c609cf7e28
commit
a2bbdc053c
@ -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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user