Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 370 Bytes

no-empty-interfaces.md

File metadata and controls

13 lines (7 loc) · 370 Bytes

Pattern: Empty interface

Issue: -

Description

Deprecated - This rule can be replaced with TSLint's no-empty-interface.

Do not use empty interfaces. They are compile-time only artifacts and serve no useful purpose.

Further Reading