Skip to content

Commit

Permalink
docs(eslint-plugin): remove no-void from roadmap (#2124)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbollinger committed May 29, 2020
1 parent d70fba2 commit 407bfa1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/eslint-plugin/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ It lists all TSLint rules along side rules from the ESLint ecosystem that are th
| [`no-unused-variable`] | 🌓 | [`@typescript-eslint/no-unused-vars`] |
| [`no-use-before-declare`] || [`@typescript-eslint/no-use-before-define`] |
| [`no-var-keyword`] | 🌟 | [`no-var`][no-var] |
| [`no-void-expression`] | 🌟 | [`no-void`][no-void] |
| [`no-void-expression`] | 🛑 | N/A (unrelated to the similarly named ESLint rule `no-void`) |
| [`prefer-conditional-expression`] | 🛑 | N/A |
| [`prefer-object-spread`] | 🌟 | [`prefer-object-spread`][prefer-object-spread] |
| [`radix`] | 🌟 | [`radix`][radix] |
Expand Down Expand Up @@ -524,7 +524,6 @@ Relevant plugins: [`chai-expect-keywords`](https://github.com/gavinaiken/eslint-
[no-unsafe-finally]: https://eslint.org/docs/rules/no-unsafe-finally
[no-unused-expressions]: https://eslint.org/docs/rules/no-unused-expressions
[no-var]: https://eslint.org/docs/rules/no-var
[no-void]: https://eslint.org/docs/rules/no-void
[prefer-object-spread]: https://eslint.org/docs/rules/prefer-object-spread
[radix]: https://eslint.org/docs/rules/radix
[default-case]: https://eslint.org/docs/rules/default-case
Expand Down

0 comments on commit 407bfa1

Please sign in to comment.