microsoft / dtslint

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

Disable no-redundant-undefined rule #336

Closed sandersn closed 3 years ago

sandersn commented 3 years ago

It is going to turn into redundant-undefined soon, but in the meantime I need to turn off the rule so that I can switch DT from complying with no-redundant-undefined to complying with redundant-undefined.

sandersn commented 3 years ago

I'll ship this later today, after I update dependencies on @definitelytyped/* for the beta.

sandersn commented 3 years ago

Never mind, dtslint doesn't need to update dependencies until the 4.4 RC. I'll ship this now.