Skip to content

Commit

Permalink
docs(readme): remove troubleshooting (#142)
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 27, 2024
1 parent b5f1098 commit 8cbfbcb
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
- [CSS](#css)
- [SCSS](#scss)

- [Troubleshooting](#troubleshooting)

- [Contributing](#contributing)

- [License](#license)
Expand Down Expand Up @@ -357,27 +355,6 @@ This is a list of the lints turned on in this configuration, and what they do.
Disallow unknown properties.
Should be used instead of **Stylelint**'s `property-no-unknown`.
## 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 8cbfbcb

Please sign in to comment.