File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 82
82
| [ ` no-unsafe-any ` ] | π | N/A |
83
83
| [ ` no-unsafe-finally ` ] | π | [ ` no-unsafe-finally ` ] [ no-unsafe-finally ] |
84
84
| [ ` 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` ] |
86
86
| [ ` no-use-before-declare ` ] | β
| [ ` @typescript-eslint/no-use-before-define ` ] |
87
87
| [ ` no-var-keyword ` ] | π | [ ` no-var ` ] [ no-var ] |
88
88
| [ ` no-void-expression ` ] | π | [ ` no-void ` ] [ no-void ] |
100
100
| [ ` use-isnan ` ] | π | [ ` use-isnan ` ] [ use-isnan ] |
101
101
102
102
<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.
104
103
105
104
### Maintainability
106
105
@@ -508,7 +507,6 @@ Relevant plugins: [`chai-expect-keywords`](https://github.com/gavinaiken/eslint-
508
507
[ no-fallthrough ] : https://eslint.org/docs/rules/no-fallthrough
509
508
[ no-unsafe-finally ] : https://eslint.org/docs/rules/no-unsafe-finally
510
509
[ no-unused-expressions ] : https://eslint.org/docs/rules/no-unused-expressions
511
- [ no-unused-vars ] : https://eslint.org/docs/rules/no-unused-vars
512
510
[ no-var ] : https://eslint.org/docs/rules/no-var
513
511
[ no-void ] : https://eslint.org/docs/rules/no-void
514
512
[ prefer-object-spread ] : https://eslint.org/docs/rules/prefer-object-spread
You canβt perform that action at this time.
0 commit comments