From dbb46446df2bcb6d0d9863033178cc609121734f Mon Sep 17 00:00:00 2001 From: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com> Date: Wed, 27 Mar 2024 01:22:22 +0300 Subject: [PATCH] ci: add format --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index c4fd28f..ba105f4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ - [Installation](#installation) - [Usage](#usage) -- [Troubleshooting](#troubleshooting) - [Contributing](#contributing) - [License](#license) @@ -49,27 +48,6 @@ export default defineConfig({ }) ``` -## 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)