Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

should radix rule really be set to error? #18

Open
ntraut opened this issue Mar 28, 2024 · 1 comment
Open

should radix rule really be set to error? #18

ntraut opened this issue Mar 28, 2024 · 1 comment

Comments

@ntraut
Copy link
Member

ntraut commented Mar 28, 2024

the current config set radix to error but in many examples of our code we are disabling the rule in order to avoid having to specify the radix of 10 each time. according to eslint documentation this rule is to avoid misinterpretation when the number starts by 0 in javascript versions prior to es5, but we are targeting es2017, so maybe this rule is not useful for us and we can disable it.

@r03ert0
Copy link
Member

r03ert0 commented Mar 28, 2024

agree!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants