kitze / custom-react-scripts

[DEPRECATED, use customize-cra] Allow custom config for create-react-app without ejecting
https://custom-react-scripts.netlify.com
MIT License
993 stars 97 forks source link

Remove radix eslint rule #154

Open d07RiV opened 6 years ago

d07RiV commented 6 years ago

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?