From 9c678593bf7ceb804e32b5c844efd53295ecd767 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Wed, 19 May 2021 04:20:03 +0000 Subject: [PATCH] docs: updated no-delete-expression roadmap equivalent to no-dynamic-delete (#3406) --- packages/eslint-plugin/ROADMAP.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/eslint-plugin/ROADMAP.md b/packages/eslint-plugin/ROADMAP.md index 749ba2bdf82..83d16719c0b 100644 --- a/packages/eslint-plugin/ROADMAP.md +++ b/packages/eslint-plugin/ROADMAP.md @@ -240,7 +240,7 @@ Relevant plugins: [`chai-expect-keywords`](https://github.com/gavinaiken/eslint- | `no-banned-terms` | 🌟 | [`no-caller`][no-caller] & [`no-eval`][no-eval] | | `no-constant-condition` | 🌟 | [`no-constant-condition`][no-constant-condition] | | `no-control-regex` | 🌟 | [`no-control-regex`][no-control-regex] | -| `no-delete-expression` | 🌓 | [`no-delete-var`][no-delete-var] | +| `no-delete-expression` | ✅ | [`@typescript-eslint/no-dynamic-delete`] | | `no-empty-line-after-opening-brace` | 🌟 | [`padded-blocks`][padded-blocks] [1] or [Prettier] | | `no-for-in` | 🌟 | [`no-restricted-syntax`][no-restricted-syntax] [2] | | `no-function-expression` | 🌟 | [`func-style`][func-style] [3] | @@ -583,7 +583,6 @@ Relevant plugins: [`chai-expect-keywords`](https://github.com/gavinaiken/eslint- [no-invalid-regexp]: https://eslint.org/docs/rules/no-invalid-regexp [no-regex-spaces]: https://eslint.org/docs/rules/no-regex-spaces [no-new-func]: https://eslint.org/docs/rules/no-new-func -[no-delete-var]: https://eslint.org/docs/rules/no-delete-var [padded-blocks]: https://eslint.org/docs/rules/padded-blocks [func-style]: https://eslint.org/docs/rules/func-style [no-multi-str]: https://eslint.org/docs/rules/no-multi-str