mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 06:49:18 +01:00
fixed lint-staged
This commit is contained in:
parent
d537d80b83
commit
956e35c65b
@ -36,10 +36,10 @@
|
||||
"test:watch": "jest --watch --config ./internal/testing/jest-config.ts"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{tsx?}": [
|
||||
"*.tsx?": [
|
||||
"npm run format:ts"
|
||||
],
|
||||
"*.{(sc|sa|c)ss}": [
|
||||
"*.(sc|sa|c)ss": [
|
||||
"npm run format:scss"
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user