17 lines
356 B
JSON
17 lines
356 B
JSON
{
|
|
"$schema": "https://alirezanet.github.io/Husky.Net/schema.json",
|
|
"tasks": [
|
|
{
|
|
"name": "run-prettier",
|
|
"command": "pnpm",
|
|
"args": ["format"],
|
|
"pathMode": "absolute"
|
|
},
|
|
{
|
|
"name": "run-csharpier",
|
|
"command": "dotnet",
|
|
"args": [ "csharpier", "${staged}" ],
|
|
"include": [ "**/*.cs" ]
|
|
}
|
|
]
|
|
}
|