Pattern: Unused variable
Issue: -
Disallows unused imports, variables, functions and private class members. Similar to tsc’s –noUnusedParameters
and –noUnusedLocals
options, but does not interrupt code compilation.
Pattern: Unused variable
Issue: -
Disallows unused imports, variables, functions and private class members. Similar to tsc’s –noUnusedParameters
and –noUnusedLocals
options, but does not interrupt code compilation.