add husky and csharpier

This commit is contained in:
sam 2024-10-09 17:11:05 +02:00
parent 3f93c26c0e
commit 6e51eb1e1e
3 changed files with 68 additions and 0 deletions

20
.config/dotnet-tools.json Normal file
View file

@ -0,0 +1,20 @@
{
"version": 1,
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.29.2",
"commands": [
"dotnet-csharpier"
],
"rollForward": false
},
"husky": {
"version": "0.7.1",
"commands": [
"husky"
],
"rollForward": false
}
}
}