Navigation Menu

Skip to content

Commit

Permalink
fix: corrected no-unsupported-browser-code in roadmap as unimplemented (
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Goldberg committed May 21, 2021
1 parent c15da67 commit 2319b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/ROADMAP.md
Expand Up @@ -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`] |
Expand Down

0 comments on commit 2319b0e

Please sign in to comment.