mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-26 04:19:11 +00:00
chore: test better github dar matcher in lint-staged
This commit is contained in:
parent
60fa446c32
commit
34b2ce3a74
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@
|
||||||
"*.{json,Dockerfile,sh,md,env,mdx,yml,html}": [
|
"*.{json,Dockerfile,sh,md,env,mdx,yml,html}": [
|
||||||
"prettier --write"
|
"prettier --write"
|
||||||
],
|
],
|
||||||
|
".*/*.{json,Dockerfile,sh,md,env,mdx,yml,html}": [
|
||||||
|
"prettier --write"
|
||||||
|
],
|
||||||
".husky/pre-commit": [
|
".husky/pre-commit": [
|
||||||
"prettier --write"
|
"prettier --write"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue