Skip to content

Commit

Permalink
docs(readme): rewrite text (#118)
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 15, 2024
1 parent 2f4f19d commit 5bf26e0
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
![ESLint](https://img.shields.io/github/actions/workflow/status/archoleat/stylelint-config-extended-scss/eslint.yaml?label=ESLint)
![Markdown](https://img.shields.io/github/actions/workflow/status/archoleat/stylelint-config-extended-scss/markdown.yaml?label=Markdown)
![ESM Only](https://img.shields.io/badge/ESM-only-gray?labelColor=fe0)
![TS Only](https://img.shields.io/badge/TS-only-gray?labelColor=06f)

## Table of Contents

Expand Down Expand Up @@ -337,12 +336,21 @@ This is a list of the lints turned on in this configuration, and what they do.

## Troubleshooting

If you are using **npm** you may get an error related to these plugins:
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`.
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

Expand Down

0 comments on commit 5bf26e0

Please sign in to comment.