custom-react-scripts icon indicating copy to clipboard operation
custom-react-scripts copied to clipboard

Remove radix eslint rule

Open d07RiV opened this issue 7 years ago • 0 comments

As per the rule description, it is intended for applications targeting pre-ES5 environments. If we only care about ES5+, then it is actually recommended to use the opposite setting, which warns when redundant radix 10 is passed.

It is already removed from create-react-app, perhaps it should also be removed from the scripts?

d07RiV avatar Aug 21 '18 13:08 d07RiV