chore: fix husky
This commit is contained in:
parent
06f7019330
commit
5fab66444f
4 changed files with 9 additions and 16 deletions
|
@ -4,18 +4,13 @@
|
|||
{
|
||||
"name": "run-prettier",
|
||||
"command": "yarn",
|
||||
"args": [
|
||||
"format",
|
||||
"${staged}"
|
||||
],
|
||||
"args": ["format"],
|
||||
"pathMode": "absolute"
|
||||
},
|
||||
{
|
||||
"name": "dotnet-format",
|
||||
"command": "dotnet",
|
||||
"args": [
|
||||
"format"
|
||||
]
|
||||
"args": ["format"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue