mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49: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}": [
|
||||
"prettier --write"
|
||||
],
|
||||
".*/*.{json,Dockerfile,sh,md,env,mdx,yml,html}": [
|
||||
"prettier --write"
|
||||
],
|
||||
".husky/pre-commit": [
|
||||
"prettier --write"
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue