Skip to content

Commit

Permalink
docs(readme): add a warning for eslint-plugin-i npm installation (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtextrem committed Nov 16, 2023
1 parent 340054d commit 5a6a7a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -58,6 +58,8 @@ pnpm i -D eslint-plugin-import eslint-import-resolver-typescript
yarn add -D eslint-plugin-import eslint-import-resolver-typescript
```

**Important when using `eslint-plugin-i` and `npm`**: Use `npm i -D eslint-plugin-import@eslint-plugin-i@latest eslint-import-resolver-typescript`, or you will end up with both `eslint-plugin-import` and `eslint-plugin-i` in your node_modules.

## Configuration

Add the following to your `.eslintrc` config:
Expand Down

0 comments on commit 5a6a7a5

Please sign in to comment.