Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 385 Bytes

no-value-export-in-declaration-file.md

File metadata and controls

5 lines (3 loc) · 385 Bytes

This rule forbids exporting values from TypeScript declaration files (ending in ".d.ts"), which can lead to bugs since these files are dropped during transpilation (@hokla/bug-shield/no-value-export-in-declaration-file)

💼 This rule is enabled in the ☑️ recommended config.