--- ruleName: radix description: Requires the radix parameter to be specified when calling `parseInt`. rationale: |- From [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/parseInt): > Always specify this parameter to eliminate reader confusion and to guarantee predictable behavior. > Different implementations produce different results when a radix is not specified, usually defaulting the value to 10. optionsDescription: Not configurable. options: null optionExamples: - 'true' type: functionality optionsJSON: 'null' layout: rule title: 'Rule: radix' ---