-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat(eslint-plugin): add extension rule space-infix-ops
#2593
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
Thanks for the PR, @doumart! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day. |
space-infix-ops
7df3395
to
953f14a
Compare
Build fails because of "Excessive stack depth comparing types 'TSEnumMember' and 'Node'". Anybody know how to fix this? |
953f14a
to
3334fef
Compare
Codecov Report
@@ Coverage Diff @@
## master #2593 +/- ##
==========================================
- Coverage 92.79% 92.78% -0.01%
==========================================
Files 294 295 +1
Lines 9682 9712 +30
Branches 2717 2725 +8
==========================================
+ Hits 8984 9011 +27
- Misses 330 331 +1
- Partials 368 370 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Closes #2536 |
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.
definitely going in the right direction!
Overall the logic LGTM.
A few comments.
Thanks for your work!
3334fef
to
8536807
Compare
did some corrections. I don't know how if i have to resolve conversation myself or if it is the person who started it. And if there is still thing to change don't hesitate. I'll also try to response quicker |
8536807
to
df7934c
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.
one final minor comment and then we're good to go!
thanks for all your work here
df7934c
to
0de5eba
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.
great work! Thanks for the contribution!
Closes #2536
Hello! It's my first time opening a MR. I don't know if i forgot something, don't be shy i can take criticism. the only thing that bothers me it is the
It says "Excessive stack depth comparing types 'TSEnumMember' and 'Node'" and i dont really know what it means.
For the most part of the code it is functions for the eslint rule but applied to enum members too.