-
Notifications
You must be signed in to change notification settings - Fork 63
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
Errors on config comments suppressed #75
Comments
Agreed. I'll do that soon.
The config comment gets transformed and inserted into the code, so what gets linted looks like this: /* eslint-disable strict */
console.log('a'); The |
Does this behavior cause #77? |
And maybe also #78? |
I opened #84 to add |
I believe the other cases here have been addressed, and I'll close this to track the remaining portion in #115, which I suspect has the same underlying cause. |
From
.eslintrc.js
:Test doc 1:
Result 1:
Test doc 2:
Result 2:
unicode-bom
should be included in unsatisfiable rules.eslint-disable any-other-rule
comment also cancelsunicode-bom
?The text was updated successfully, but these errors were encountered: