From 139e58f5c3924e7b6415e81a4b31473faecaac55 Mon Sep 17 00:00:00 2001 From: Omar Sotillo Date: Wed, 17 May 2023 09:25:49 +0200 Subject: [PATCH 1/2] chore: adds FactorialHR as used by company --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0185b15..037d536 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,7 @@ Feel free to make a Pull Request to add your project / company name. - [trivago](https://company.trivago.com) - [AuresKonnect](https://aures.com) +- [FactorialHR](https://factorialhr.com) ### Contribution From 720d8c202ea5c8916eefb151541075033e5083f6 Mon Sep 17 00:00:00 2001 From: Volodymyr Date: Sun, 28 May 2023 20:06:13 +0300 Subject: [PATCH 2/2] Update README.md to mention fix for pnpm package manager --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0185b15..84d780e 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`**