diff --git a/README.md b/README.md index 037d536..76ed32f 100644 --- a/README.md +++ b/README.md @@ -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`**