/##### 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 }] } }
/##### 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 }] } }
npm i eslint-plugin-eslint-radix
6
1.0.2
MIT
2.03 kB
4