-
-
Notifications
You must be signed in to change notification settings - Fork 233
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(eslint-plugin): [component-selector] handle shadow dom components properly #559
feat(eslint-plugin): [component-selector] handle shadow dom components properly #559
Conversation
Nx Cloud ReportCI ran the following commands for commit 8ba579b. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch Sent with 💌 from NxCloud. |
Codecov Report
@@ Coverage Diff @@
## master #559 +/- ##
==========================================
+ Coverage 85.95% 86.00% +0.05%
==========================================
Files 88 88
Lines 2363 2372 +9
Branches 409 412 +3
==========================================
+ Hits 2031 2040 +9
Misses 195 195
Partials 137 137
|
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.
Thanks for taking this, @GavinWu1991. I left some comments, let me know what you think.
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.
Just pending the implementation for of the dedicated error message
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! Thanks again :)
Thanks for your review, I feel like I learned something. :) |
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.
Thanks @GavinWu1991!
fix: #534