Possible Errors

Best Practices

Strict Mode

Variables

Node.js and CommonJS

Stylistic Issues

ECMAScript 6

radix

- 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.

What ESLint should do when it catches the rule break

Show a warning

Options

always

Rule examples

You can check them out here.