-
Notifications
You must be signed in to change notification settings - Fork 349
Add eslint rule for object-curly-newline #3406
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
Conversation
Overall package sizeSelf size: 4.9 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## master #3406 +/- ##
==========================================
+ Coverage 84.16% 84.25% +0.09%
==========================================
Files 211 214 +3
Lines 8335 8392 +57
Branches 33 33
==========================================
+ Hits 7015 7071 +56
- Misses 1320 1321 +1
... and 5 files with indirect coverage changes 📣 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.
lgtm
What does this PR do?
Add a new eslint rule requiring that:
Motivation
#3371 (comment)