Skip to content

Commit

Permalink
docs(readme): remove troubleshooting (#296)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Mar 26, 2024
1 parent e2e80c8 commit 0b7c83a
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
- [Workflows](#workflows)
- [Prettier](#prettier)
- [Change of Maintainer](#change-of-maintainer)
- [Troubleshooting](#troubleshooting)
- [Contributing](#contributing)
- [License](#license)

Expand Down Expand Up @@ -245,27 +244,6 @@ name, name of your team or the name of your organization.
> \[!CAUTION]
> Don't forget to change your license!
## Troubleshooting

> \[!WARNING]
> Developers Only.
If you are using **npm**, you may get a `peerDependency` error
that is related to these plugins:

- `typescript-eslint/eslint-plugin`.
- `typescript-eslint/parser`.

To fix this you can switch to **pnpm**(recommended) or install version `6.0.0`:

```shell
typescript-eslint/eslint-plugin@6.0.0
```

```shell
typescript-eslint/parser@6.0.0
```

## Contributing

Please read [**CONTRIBUTING**](https://github.com/archoleat/.github/blob/main/CONTRIBUTING.md)
Expand Down

0 comments on commit 0b7c83a

Please sign in to comment.