-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
feat(lint): add no-useless-rename
and object-shorthand
#944
Conversation
Codecov Report
@@ Coverage Diff @@
## main #944 +/- ##
=======================================
Coverage 93.46% 93.46%
=======================================
Files 91 91
Lines 4850 4852 +2
Branches 405 405
=======================================
+ Hits 4533 4535 +2
Misses 316 316
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Aha this is great, thanks! Twice as much linting as I'd expected 😄
@all-contributors please add @DerTimonius for code.
|
I've put up a pull request to add @DerTimonius! 🎉 I couldn't determine any contributions to add, did you specify any contributions? |
🎉 This is included in version v1.36.0 🎉 The release is available on: Cheers! 📦🚀 |
Adds @DerTimonius as a contributor for code. This was requested by JoshuaKGoldberg [in this comment](#944 (comment)) --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
PR Checklist
status: accepting prs
Overview
This PR adds the following rules to the ESLint config:
The rules have also been added to the created
.eslintrc
files and the test has been updated. Lint errors have been solved.