From 3d2ee04ea978bbf2e3ac6f0841e71b63af25f1c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=A4nisch?= Date: Sat, 28 Mar 2020 22:22:31 +0100 Subject: [PATCH] docs: add prettier-plugin-organize-imports to list of community plugins (#7758) * docs: add prettier-plugin-organize-imports to list of community plugins * add simonhaenisch to cspell.json --- cspell.json | 1 + docs/plugins.md | 1 + 2 files changed, 2 insertions(+) diff --git a/cspell.json b/cspell.json index eabba62c51e6..c48bf926f017 100644 --- a/cspell.json +++ b/cspell.json @@ -331,6 +331,7 @@ "Shigeaki", "Shinigami", "Simen", + "simonhaenisch", "singleline", "skratchdot", "smirea", diff --git a/docs/plugins.md b/docs/plugins.md index 3af1b01fff2a..710aec143753 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -55,6 +55,7 @@ Providing at least one path to `--plugin-search-dir`/`pluginSearchDirs` turns of - [`prettier-plugin-solidity`](https://github.com/prettier-solidity/prettier-plugin-solidity) by [**@mattiaerre**](https://github.com/mattiaerre) - [`prettier-plugin-svelte`](https://github.com/UnwrittenFun/prettier-plugin-svelte) by [**@UnwrittenFun**](https://github.com/UnwrittenFun) - [`prettier-plugin-toml`](https://github.com/bd82/toml-tools/tree/master/packages/prettier-plugin-toml) by [**@bd82**](https://github.com/bd82) +- [`prettier-plugin-organize-imports`](https://github.com/simonhaenisch/prettier-plugin-organize-imports) by [**@simonhaenisch**](https://github.com/simonhaenisch) ## Developing Plugins