From 61f8ea1687d6d01e5616f452658cbf5c97bc2a11 Mon Sep 17 00:00:00 2001 From: Rustam Gubaydullin Date: Wed, 28 Feb 2024 23:01:34 +0300 Subject: [PATCH] Note in README.md about Svelte support --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 76ed32fb..daf5badf 100644 --- a/README.md +++ b/README.md @@ -215,14 +215,14 @@ Having some trouble or an issue ? You can check [FAQ / Troubleshooting section]( ### Compatibility -| Framework | Supported | Note | -| ---------------------- | ------------------------ | ------------------------------------------------ | -| JS with ES Modules | ✅ Everything | - | -| NodeJS with ES Modules | ✅ Everything | - | -| React | ✅ Everything | - | -| Angular | ✅ Everything | Supported through `importOrderParserPlugins` API | -| Vue | ✅ Everything | `@vue/compiler-sfc` is required | -| Svelte | ⚠️ Soon to be supported. | Any contribution is welcome. | +| Framework | Supported | Note | +| ---------------------- | ------------- | ------------------------------------------------ | +| JS with ES Modules | ✅ Everything | - | +| NodeJS with ES Modules | ✅ Everything | - | +| React | ✅ Everything | - | +| Angular | ✅ Everything | Supported through `importOrderParserPlugins` API | +| Vue | ✅ Everything | `@vue/compiler-sfc` is required | +| Svelte | ✅ Everything | `prettier-plugin-svelte` is required | ### Used by