Skip to content

Commit

Permalink
docs: rename no-unused-expression to no-unused-expressions (#416)
Browse files Browse the repository at this point in the history
There was a typo in the ESLint rule name. The link is correct, though.
  • Loading branch information
mgol authored and bradzacher committed May 4, 2019
1 parent f029dba commit 6ccf482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/ROADMAP.md
Expand Up @@ -81,7 +81,7 @@
| [`no-unnecessary-class`] || [`@typescript-eslint/no-extraneous-class`] |
| [`no-unsafe-any`] | 🛑 | N/A |
| [`no-unsafe-finally`] | 🌟 | [`no-unsafe-finally`][no-unsafe-finally] |
| [`no-unused-expression`] | 🌟 | [`no-unused-expression`][no-unused-expressions] |
| [`no-unused-expression`] | 🌟 | [`no-unused-expressions`][no-unused-expressions] |
| [`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] |
Expand Down

0 comments on commit 6ccf482

Please sign in to comment.