-
Notifications
You must be signed in to change notification settings - Fork 59
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
chore: eslint cleanup - eqeqeq, unused experession, index key #349
Conversation
Signed-off-by: Nastya Rusina <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #349 +/- ##
==========================================
+ Coverage 65.33% 65.38% +0.04%
==========================================
Files 394 394
Lines 8770 8774 +4
Branches 1518 1519 +1
==========================================
+ Hits 5730 5737 +7
+ Misses 3040 3037 -3
Continue to review full report at Codecov.
|
Signed-off-by: Nastya Rusina <[email protected]>
Signed-off-by: Nastya Rusina <[email protected]>
Signed-off-by: Nastya Rusina <[email protected]>
cfab415
to
8adfaeb
Compare
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.
LGTM!
🎉 This PR is included in version 0.48.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Eslint related cleanup with no logic changes.
All non-obvious fixes where skipped for now. Covered next rules:
eqeqeq
- When == used instead of ===react/no-array-index-key
- it's not safe to use index as key in the arrays (it's default behaviour, so don't even have much sense) - replaced where a different unique identified already availableType
Are all requirements met?
Signed-off-by: Nastya Rusina [email protected]