Skip to content

Commit

Permalink
docs: updated no-delete-expression roadmap equivalent to no-dynamic-d…
Browse files Browse the repository at this point in the history
…elete (#3406)
  • Loading branch information
Josh Goldberg committed May 19, 2021
1 parent 6291f38 commit 9c67859
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/eslint-plugin/ROADMAP.md
Expand Up @@ -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] <sup>[1]</sup> or [Prettier] |
| `no-for-in` | 🌟 | [`no-restricted-syntax`][no-restricted-syntax] <sup>[2]</sup> |
| `no-function-expression` | 🌟 | [`func-style`][func-style] <sup>[3]</sup> |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9c67859

Please sign in to comment.