2024-10-01 22:35:17 +02:00
|
|
|
{
|
|
|
|
"$schema": "https://alirezanet.github.io/Husky.Net/schema.json",
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
"name": "run-prettier",
|
2024-11-24 15:55:29 +01:00
|
|
|
"command": "pnpm",
|
2024-10-02 00:16:20 +02:00
|
|
|
"args": ["format"],
|
2024-10-01 22:35:17 +02:00
|
|
|
"pathMode": "absolute"
|
|
|
|
},
|
|
|
|
{
|
2024-10-02 00:28:07 +02:00
|
|
|
"name": "run-csharpier",
|
2024-10-01 22:35:17 +02:00
|
|
|
"command": "dotnet",
|
2024-10-02 00:28:07 +02:00
|
|
|
"args": [ "csharpier", "${staged}" ],
|
|
|
|
"include": [ "**/*.cs" ]
|
2024-10-01 22:35:17 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|