We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
so uh basically, i want to have 0b000010 to be a decimal (result of that is 2) because lua compatibility
this rule will be called remove_number_literals since it literally removes (preferably converts) number literals to its decimal counterpart
remove_number_literals
The text was updated successfully, but these errors were encountered:
Hi 👋
I think it'd be preferable to call the rule something like convert_luau_numbers and it should do 2 things:
convert_luau_numbers
_
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
so uh basically, i want to have 0b000010 to be a decimal (result of that is 2) because lua compatibility
this rule will be called
remove_number_literals
since it literally removes (preferably converts) number literals to its decimal counterpartThe text was updated successfully, but these errors were encountered: