You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
The use-isnan rule in this project has been marked as depricated since version 2.0.3 on April 21 of 2016 - more than 1 year ago at this point.
The rule in the base TSLint rules uses the same rule name, and the documentation states "Core rules cannot be overwritten with a custom implementation." which means that if someone configured "use-isnan": true then it would use the base rule and not this custom rule anyway, so it should be safe to remove.