8000 docs: rename no-unused-expression to no-unused-expressions (#416) · andersk/typescript-eslint@6ccf482 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ccf482

Browse files
mgolbradzacher
authored andcommitted
docs: rename no-unused-expression to no-unused-expressions (typescript-eslint#416)
There was a typo in the ESLint rule name. The link is correct, though.
1 parent f029dba commit 6ccf482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
| [`no-unnecessary-class`] || [`@typescript-eslint/no-extraneous-class`] |
8282
| [`no-unsafe-any`] | 🛑 | N/A |
8383
| [`no-unsafe-finally`] | 🌟 | [`no-unsafe-finally`][no-unsafe-finally] |
84-
| [`no-unused-expression`] | 🌟 | [`no-unused-expression`][no-unused-expressions] |
84+
| [`no-unused-expression`] | 🌟 | [`no-unused-expressions`][no-unused-expressions] |
8585
| [`no-unused-variable`] | 🌓 | [`@typescript-eslint/no-unused-vars`] |
8686
| [`no-use-before-declare`] || [`@typescript-eslint/no-use-before-define`] |
8787
| [`no-var-keyword`] | 🌟 | [`no-var`][no-var] |

0 commit comments

Comments
 (0)
0