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