Skip to content

Commit

Permalink
Merge branch 'main' into sort-imports-ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdotnet authored Jun 27, 2023
2 parents 8c9037d + 2c46c9b commit 06c8f01
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 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 Expand Up @@ -222,6 +231,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

Expand Down

0 comments on commit 06c8f01

Please sign in to comment.