21 lines
359 B
JSON
21 lines
359 B
JSON
{
|
|
"$schema": "https://alirezanet.github.io/Husky.Net/schema.json",
|
|
"tasks": [
|
|
{
|
|
"name": "run-prettier",
|
|
"command": "yarn",
|
|
"args": [
|
|
"format",
|
|
"${staged}"
|
|
],
|
|
"pathMode": "absolute"
|
|
},
|
|
{
|
|
"name": "dotnet-format",
|
|
"command": "dotnet",
|
|
"args": [
|
|
"format"
|
|
]
|
|
}
|
|
]
|
|
}
|