Skip to content

Conversation

mysticatea
Copy link
Member

@mysticatea mysticatea commented Jan 7, 2018

<!-- eslint-disable-line foo --> was parsed to <!-- eslint-disable -line foo --> (i.e. disable 2 rules -line and foo after the comment) wrongly. This PR fixes the bug -- it requires one or more spaces between eslint-disable and the first rule name.

This is a bug fix which increases warnings, so needs semver-minor.

@mysticatea mysticatea requested a review from michalsnik January 7, 2018 07:37
@mysticatea mysticatea added this to the v4.2.0 milestone Jan 7, 2018
@michalsnik michalsnik merged commit f3c609d into master Jan 7, 2018
@mysticatea mysticatea deleted the fix-comment-directive branch January 7, 2018 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants