Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 383 Bytes

no-unused-vars-ts.md

File metadata and controls

11 lines (6 loc) · 383 Bytes

Pattern: Unused var

Issue: -

Description

This is just a helper rule to filter out the things caught by the no-unused-imports rule without double warnings as well as being able to set them at different warning levels.

Further Reading