diff --git a/Src/Website/docs/Pre-commit.md b/Src/Website/docs/Pre-commit.md index 956eeee90..f2091edf0 100644 --- a/Src/Website/docs/Pre-commit.md +++ b/Src/Website/docs/Pre-commit.md @@ -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 diff --git a/docs/Pre-commit.md b/docs/Pre-commit.md index 956eeee90..f2091edf0 100644 --- a/docs/Pre-commit.md +++ b/docs/Pre-commit.md @@ -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