Skip to content

Commit

Permalink
ci: add format
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Mar 26, 2024
1 parent f68a068 commit dbb4644
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 @@ -15,7 +15,6 @@

- [Installation](#installation)
- [Usage](#usage)
- [Troubleshooting](#troubleshooting)
- [Contributing](#contributing)
- [License](#license)

Expand Down Expand Up @@ -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/[email protected]
```

```shell
typescript-eslint/[email protected]
```

## Contributing

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

0 comments on commit dbb4644

Please sign in to comment.