-
-
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: change multiline-always to proportional-always #3264
Fix: change multiline-always to proportional-always #3264
Conversation
- If the node is multiline then require newline - If the node is singleline then require space Note: breaking wrt jsx-eslint#3260, but it’s unreleased. Signed-off-by: Sebastian Malton <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #3264 +/- ##
==========================================
- Coverage 97.69% 97.66% -0.04%
==========================================
Files 121 121
Lines 8586 8593 +7
Branches 3118 3121 +3
==========================================
+ Hits 8388 8392 +4
- Misses 198 201 +3
Continue to review full report at Codecov.
|
Can you elaborate? This is a breaking change with respect to #3260, but since it's not yet released, we could safely make it. |
25d74d5
to
316bc40
Compare
Codecov Report
@@ Coverage Diff @@
## master #3264 +/- ##
==========================================
- Coverage 97.70% 97.67% -0.04%
==========================================
Files 123 123
Lines 8728 8736 +8
Branches 3161 3164 +3
==========================================
+ Hits 8528 8533 +5
- Misses 200 203 +3
Continue to review full report at Codecov.
|
Docs not changed? #3294 |
yes, they were overlooked. |
Signed-off-by: Sebastian Malton [email protected]