-
Notifications
You must be signed in to change notification settings - Fork 33
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: support eslint 8 and 7 #79
Conversation
"functions": 95, | ||
"lines": 93, | ||
"statements": 93, | ||
"functions": 88, |
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.
Coverage is still the same for ESLint 7, but it drops for ESLint 8. Unless we run tests in both versions and merge the coverage results, I don't think it's worth it to keep these so high. It's easier to just drop the coverage threshold.
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.
one minor suggestion
Co-authored-by: Ravi Jayaramappa <ravi.jayaramappa@salesforce.com>
Updates dependencies and adds supports for ESLint 8. ESLint 7 is still supported.