/##### 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 }]
  }
}`
