Skip to content

Conversation

@XhmikosR
Copy link
Collaborator

I'm not sure about all these. I mean for one I don't think for...in should be used in all these cases. Which is also an error of no-restricted-syntax.

Most of the strict equality checks should be fine, but let's triple check

@XhmikosR
Copy link
Collaborator Author

Let's put this on hold until we are done with #59

@XhmikosR XhmikosR marked this pull request as ready for review October 28, 2019 09:08
@emedvedev
Copy link
Owner

Authorized Now so that the changes could be tested live. So far so good :)

@emedvedev emedvedev merged commit 9e0beca into emedvedev:master Nov 23, 2019
@XhmikosR XhmikosR deleted the assets-lint branch November 23, 2019 06:49
var wp = 'slackin-width:' + id + ':'
if (wp === e.data.substr(0, wp.length)) {
var width = e.data.substr(wp.length)
if (wp === e.data.slice(0, wp.length)) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@emedvedev can you confirm the slice changes are OK? I'm going through the diff after 1.1.11

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be the same in this case, yes.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant all of the substr to slice changes, just to be safe :)

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

Successfully merging this pull request may close these issues.

2 participants