Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
Closes #44.
  • Loading branch information
simonhaenisch authored Nov 30, 2021
1 parent e68236a commit a087c65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ A plugin that makes Prettier organize your imports (i. e. sorts, combines and re
- 🤓 No more weird diffs or annoying merge conflicts in PRs caused by import statements.
- 🤯 If your editor supports auto-imports, you'll stop thinking about your imports so much that you won't even care about their order anymore.

**Caveat**

This plugin inherits, extends and overrides the built-in Prettier parsers for `babel`, `babel-ts`, `typescript` and `vue`, i. e., it's incompatible with other plugins that do the same... so only the last loaded plugin that exports one of those parsers will function.

## Installation

```sh
Expand Down

0 comments on commit a087c65

Please sign in to comment.