From e6f98116254f0bb90beff5a44cab1409902e18fc Mon Sep 17 00:00:00 2001 From: Andrey Bienkowski Date: Wed, 1 Sep 2021 10:44:29 +0000 Subject: [PATCH] [docs] Promote prettier-plugin-svelte (#6695) --- .../content/faq/425-is-there-a-tool-to-automaticly-format.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 site/content/faq/425-is-there-a-tool-to-automaticly-format.md diff --git a/site/content/faq/425-is-there-a-tool-to-automaticly-format.md b/site/content/faq/425-is-there-a-tool-to-automaticly-format.md new file mode 100644 index 0000000000..10f54d6bb7 --- /dev/null +++ b/site/content/faq/425-is-there-a-tool-to-automaticly-format.md @@ -0,0 +1,5 @@ +--- +question: Is there a tool to automatically format my .svelte files? +--- + +You can use prettier with the [prettier-plugin-svelte](https://www.npmjs.com/package/prettier-plugin-svelte) plugin.