-
Notifications
You must be signed in to change notification settings - Fork 22.7k
Lint: replace string concatenation with template strings, replace unary plus with Number() #39709
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
Conversation
e11d7e4
to
c757a60
Compare
c757a60
to
dfeb171
Compare
dd3f300
to
1205655
Compare
1205655
to
c35912b
Compare
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.
Everything looks good to me except https://pr39709.review.mdn.allizom.net/en-US/docs/Web/API/Document_Object_Model/Examples which has some minor things to fix. Small tidy and we're good to go
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, I think everything's good now 👍🏻
Our style guide requires using template literals instead of string concatenation. This PR fixes all remaining cases.