microsoft / dtslint

A utility built on TSLint for linting TypeScript declaration (.d.ts) files.
MIT License
925 stars 86 forks source link

Allow pre-1.0 /v* subdirectories. #338

Closed sandersn closed 3 years ago

sandersn commented 3 years ago

Does not allow arbitrary minor versions, only 0.* Matches microsoft/types-publisher#723

Fixes #333