From 1c0bdbf77b09d5494dda84490ee7043d47d3333b Mon Sep 17 00:00:00 2001 From: Andrii Oriekhov Date: Wed, 15 Feb 2023 18:13:51 +0200 Subject: [PATCH] update vs-code plugin (#825) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7114d3c..fd05d83 100644 --- a/README.md +++ b/README.md @@ -251,8 +251,7 @@ solutions. Command Line Interface - [`prettier-atom`][atom-plugin] - Atom plugin (check the "ESlint integration" checkbox in settings) -- [`prettier-vscode`][vscode-plugin] - Visual Studio Code plugin (set - `prettier.eslintIntegration: true` in settings) +- [`vs-code-prettier-eslint`][vscode-plugin] - Visual Studio Code plugin - [`eslint-plugin-prettier`](https://github.com/not-an-aardvark/eslint-plugin-prettier) - ESLint plugin. While prettier-eslint uses `eslint --fix` to change the output of `prettier`, eslint-plugin-prettier keeps the `prettier` output as-is and integrates it with the regular ESLint workflow. - [`prettier-eslint-webpack-plugin`](https://github.com/danielterwiel/prettier-eslint-webpack-plugin) - @@ -355,4 +354,4 @@ MIT [all-contributors]: https://github.com/kentcdodds/all-contributors [atom-plugin]: https://github.com/prettier/prettier-atom [atom-dev-tools]: https://discuss.atom.io/t/how-to-make-developer-tools-appear/16232 -[vscode-plugin]: https://github.com/esbenp/prettier-vscode +[vscode-plugin]: https://github.com/idahogurl/vs-code-prettier-eslint