From 0e648ccf6d575aa85e15880253295c33d83e6eea Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Thu, 27 Jun 2024 05:41:32 -0700 Subject: [PATCH] docs: remove recommendation for shimful plugin --- docs/modules/eslint-plugin-react.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/modules/eslint-plugin-react.md b/docs/modules/eslint-plugin-react.md index 216ef9a..b0d4463 100644 --- a/docs/modules/eslint-plugin-react.md +++ b/docs/modules/eslint-plugin-react.md @@ -4,13 +4,6 @@ # Alternatives -## `@shimful/eslint-plugin-react-lite` - -A small plugin with all of the essential react lint rules. - -[Project Page](https://github.com/shimful/eslint-plugin-react-lite) -[NPM](https://www.npmjs.com/package/@shimful/eslint-plugin-react-lite) - ## `@eslint-react/eslint-plugin` Feature rich alternative with many of the same rules.