This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Stop using null unnecessarily in source code #490
Labels
Difficulty: Hard
Only someone with heavy experience in TSLint should be able to send a pull request for this issue.
Domain: Tooling
Repository tasks around improving source tooling.
Status: Accepting PRs
Milestone
There are many places in source code that use
null
andundefined
interchangeably. As a code cleanup task, it'd be nice to consolidate on only usingundefined
whenever possible. This is what most libraries do, including TSLint and TypeScript.The text was updated successfully, but these errors were encountered: