From d4adbd5943c4227debf86457bfc1489117a020fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=A4nisch?= Date: Fri, 15 Oct 2021 10:59:17 +0200 Subject: [PATCH] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index cb0ead8..8299904 100644 --- a/readme.md +++ b/readme.md @@ -8,6 +8,7 @@ A plugin that makes Prettier organize your imports (i. e. sorts, combines and re **Features** +- 👌 Dependency-free (just peer-dependencies you probably already have). - 💪 Supports `.js`, `.jsx`, `.ts`, `.tsx` and `.vue` files. - 🚀 Zero config. - 🤓 No more weird diffs or annoying merge conflicts in PRs caused by import statements.