eslint-plugin-eslint-radix
v1.0.2
Published
An Eslint Autofixer for radix values - parseInt()
Downloads
46
Readme
/##### ESLINT Custom Rule to add Radix AutoFix #######/
you can pass the radix as a parameter, see usage below,
{
"rules": {
"your-rule-name": ["error", { "defaultRadix": 16 }]
}
}