-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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] sort-prop-types
: single line type ending without semicolon
#3784
Conversation
@ljharb Failing test looks like a fluke, can we rerun failing test once? |
The failures are due to nodejs/node#53902. Once that's resolved, I'll rerun them. |
sort-prop-types
: single line type ending without semicolonsort-prop-types
: single line type ending without semicolon
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3784 +/- ##
==========================================
- Coverage 97.76% 97.62% -0.15%
==========================================
Files 135 132 -3
Lines 9680 9697 +17
Branches 3515 3522 +7
==========================================
+ Hits 9464 9467 +3
- Misses 216 230 +14 ☔ View full report in Codecov by Sentry. |
Partially fixes #3783