mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +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"
|
"test:watch": "jest --watch --config ./internal/testing/jest-config.ts"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{tsx?}": [
|
"*.tsx?": [
|
||||||
"npm run format:ts"
|
"npm run format:ts"
|
||||||
],
|
],
|
||||||
"*.{(sc|sa|c)ss}": [
|
"*.(sc|sa|c)ss": [
|
||||||
"npm run format:scss"
|
"npm run format:scss"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user