Add configuration for @typescript-eslint/no-unused-vars.
Review Request #13271 — Created Sept. 12, 2023 and submitted
When running on TypeScript files, the basic eslint no-unused-vars plugin
is replaced by a TS version, which didn't have any configuration. This
was causing errors on things like unused function parameters, which we
don't want (we often declare function signatures in parent classes which
are implemented in child classes).This change adds the necessary configuration for this to work.
Saw that I no longer got errors about unused function parameters when
working with TypeScript files.
Summary | ID |
---|---|
b46532752d322c59dd4741e9edb58298246edb35 |
Description | From | Last Updated |
---|---|---|
These should be listed in alphabetical order. |
chipx86 |
- Commits:
-
Summary ID 2784647e8daea02499ba053a5c0395461b3dbc43 b46532752d322c59dd4741e9edb58298246edb35 - Diff:
-
Revision 2 (+36 -4)
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.