- Enforce the consistent use of the radix argument when using parseInt()
This rule is aimed at preventing the unintended conversion of a string to a number of a different base than intended or at preventing the redundant 10 radix if targeting modern environments only.
You can check them out here.