-
-
Notifications
You must be signed in to change notification settings - Fork 91
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: remove name
from eslintrc config; fixes #489
#490
Conversation
@voxpelli : Sorry, if you're free to take a quick look, I shouldn't have included |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #490 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 25 24 -1
Lines 649 660 +11
Branches 250 246 -4
=========================================
+ Hits 649 660 +11 ☔ View full report in Codecov by Sentry. |
🎉 This PR is included in version 6.5.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What is the purpose of this pull request?
What changes did you make? (Give an overview)
Remove
name
from eslintrc config. It is only ok on the flat config.Fixes #489.