- Disallow unused variables
This rule is aimed at eliminating unused variables, functions, and parameters of functions.
Specifies a regular expression not to check for usage matching variables.
Ignores the rest property’s siblings.
Specifies a regular expression not to check for usage matching arguments.
Specifies a regular expression not to check for usage matching catch arguments.
You can check them out here.