Skip to content

Commit

Permalink
Remove old version of csharpier from doc
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Apr 11, 2024
1 parent 46f1927 commit c70dfa1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
13 changes: 0 additions & 13 deletions Src/Website/docs/Pre-commit.md
Expand Up @@ -49,19 +49,6 @@ repos:
description: CSharpier is an opinionated C# formatter inspired by Prettier.
```

Add the following to your `.config/dotnet-tools.json`:

```json
{
"tools": {
"CSharpier": {
"version": "0.22.1",
"commands": ["dotnet-csharpier"]
}
}
}
```

## [Husky.Net](https://github.com/alirezanet/husky.net)

From the root of your repository
Expand Down
13 changes: 0 additions & 13 deletions docs/Pre-commit.md
Expand Up @@ -49,19 +49,6 @@ repos:
description: CSharpier is an opinionated C# formatter inspired by Prettier.
```

Add the following to your `.config/dotnet-tools.json`:

```json
{
"tools": {
"CSharpier": {
"version": "0.22.1",
"commands": ["dotnet-csharpier"]
}
}
}
```

## [Husky.Net](https://github.com/alirezanet/husky.net)

From the root of your repository
Expand Down

0 comments on commit c70dfa1

Please sign in to comment.