Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba0d524

Browse files
authored
docs(eslint-plugin): Correct link to no-unused-vars (typescript-eslint#418)
Fixes typescript-eslint#396
1 parent 116ca75 commit ba0d524

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

β€Žpackages/eslint-plugin/ROADMAP.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
| [`no-unsafe-any`] | πŸ›‘ | N/A |
8383
| [`no-unsafe-finally`] | 🌟 | [`no-unsafe-finally`][no-unsafe-finally] |
8484
| [`no-unused-expression`] | 🌟 | [`no-unused-expression`][no-unused-expressions] |
85-
| [`no-unused-variable`] | πŸŒ“ | [`no-unused-vars`][no-unused-vars] <sup>[2]</sup> |
85+
| [`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] |
8888
| [`no-void-expression`] | 🌟 | [`no-void`][no-void] |
@@ -100,7 +100,6 @@
100100
| [`use-isnan`] | 🌟 | [`use-isnan`][use-isnan] |
101101

102102
<sup>[1]</sup> The ESLint rule also supports silencing with an extra set of parens (`if ((foo = bar)) {}`)<br>
103-
<sup>[2]</sup> Missing private class member support. [`@typescript-eslint/no-unused-vars`] adds support for some TS-specific features.
104103

105104
### Maintainability
106105

@@ -508,7 +507,6 @@ Relevant plugins: [`chai-expect-keywords`](https://github.com/gavinaiken/eslint-
508507
[no-fallthrough]: https://eslint.org/docs/rules/no-fallthrough
509508
[no-unsafe-finally]: https://eslint.org/docs/rules/no-unsafe-finally
510509
[no-unused-expressions]: https://eslint.org/docs/rules/no-unused-expressions
511-
[no-unused-vars]: https://eslint.org/docs/rules/no-unused-vars
512510
[no-var]: https://eslint.org/docs/rules/no-var
513511
[no-void]: https://eslint.org/docs/rules/no-void
514512
[prefer-object-spread]: https://eslint.org/docs/rules/prefer-object-spread

0 commit comments

Comments
Β (0)