From 2319b0e1847991b8b8902ff4a3b779f1a27c7a45 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Thu, 20 May 2021 20:39:35 -0400 Subject: [PATCH] fix: corrected no-unsupported-browser-code in roadmap as unimplemented (#3407) --- packages/eslint-plugin/ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-plugin/ROADMAP.md b/packages/eslint-plugin/ROADMAP.md index 83d16719c0b..67b5676533e 100644 --- a/packages/eslint-plugin/ROADMAP.md +++ b/packages/eslint-plugin/ROADMAP.md @@ -299,7 +299,7 @@ Relevant plugins: [`chai-expect-keywords`](https://github.com/gavinaiken/eslint- | `no-document-write` | 🌓 | Use [`no-restricted-syntax`][no-restricted-syntax] | | `no-exec-script` | 🌓 | Use [`no-restricted-syntax`][no-restricted-syntax] | | `no-jquery-raw-elements` | 🛑 | N/A | -| `no-unsupported-browser-code` | 🔌 | [`eslint-plugin-compat`][plugin:compat] | +| `no-unsupported-browser-code` | 🛑 | N/A | | `react-this-binding-issue` | 🛑 | N/A | | `react-tsx-curly-spacing` | 🔌 | [`react/jsx-curly-spacing`] | | `react-unused-props-and-state` | 🌓 | [`react/no-unused-state`] |