Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 224 Bytes

no-unused-vars.md

File metadata and controls

5 lines (4 loc) · 224 Bytes

Do not allow unused vars (no-unused-vars)

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.