Skip to content

Commit

Permalink
Merge pull request #235 from esjs/pnpm-usage-readme-update
Browse files Browse the repository at this point in the history
Update README.md to mention fix for pnpm package manager
  • Loading branch information
ayusharma committed Jun 26, 2023
2 parents a3b9893 + 720d8c2 commit c855de5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ module.exports = {
}
```

**Note: There may be an issue with some package managers, such as `pnpm`. You can solve it by providing additional configuration option in prettier config file.

```js
module.exports = {
...
"plugins": ["@trivago/prettier-plugin-sort-imports"]
}
```

### APIs

#### **`importOrder`**
Expand Down

0 comments on commit c855de5

Please sign in to comment.