-
-
Notifications
You must be signed in to change notification settings - Fork 497
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
fix some inconsistencies #1173
fix some inconsistencies #1173
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for these! I appreciate the attention to detail. These kinds of inconsistencies are confusing for new devs.
We haven't really tried to enforce any consistency with ;
or "
but somehow we should try to lint for this in the future.
There is one change that needs to be made before we can merge, in the code suggestions above. If you would like maintainers to be able to fix typos and things in order to get your PR merged faster, click the checkbox "allow maintainers to make edits" when you open a PR. It's not required but it helps! I'm not able to apply this suggestion myself with the current settings. |
Co-Authored-By: Jen Weber <[email protected]>
@jenweber Sorry for missing that. I wish this feature be enabled by default... Thank you for the review, this should be good now. |
For that, I guess that's my vscode config, or the project editor config. VSCode has done the transform on save. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the fixes!
Not sure about all things, so please correct me if I'm wrong.