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 has been 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.
The text was updated successfully, but these errors were encountered:
Haha, no problem. I maintain a set of custom linting rule + some 3rd party ones (like these!) internally at my organization, and I have some unit tests to ensure that I include all the correct rules when I distribute them to our various apps. This is one rule I've always had to manually whitelist/exclude from my tests since it's a duplicate of the base rule.
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.The text was updated successfully, but these errors were encountered: