Skip to content
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 for ESLint 6 (fixes #24) #27

Merged
merged 1 commit into from
Jun 20, 2019
Merged

🐛 fix for ESLint 6 (fixes #24) #27

merged 1 commit into from
Jun 20, 2019

Conversation

mysticatea
Copy link
Owner

Fixes #24.

  • Linter#verify now receives ConfigArray object as the config parameter. It can be different settings per code blocks if people used multiple processors, so no-unused-disable rule cannot work with the current approach. Instead, no-unused-disable rule patches _verifyWithoutProcessors method for now.
  • ESLint now throws on unknown rules in /*eslint-disable*/ comments.

@mysticatea mysticatea merged commit d6a9fd2 into master Jun 20, 2019
@mysticatea mysticatea deleted the fix-for-6 branch June 20, 2019 01:49
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.

Support ESLint 6
1 participant