-
-
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] jsx-no-literals
: properly error on children with noAttributeStrings: true
#3317
Conversation
@ljharb Please review! |
Codecov Report
@@ Coverage Diff @@
## master #3317 +/- ##
=======================================
Coverage 97.70% 97.70%
=======================================
Files 123 123
Lines 8764 8766 +2
Branches 3176 3178 +2
=======================================
+ Hits 8563 8565 +2
Misses 201 201
Continue to review full report at Codecov.
|
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.
Looks good!
@ljharb I’ve made changes as requested. |
Looks like some of the new test cases are expecting the wrong error message? |
@ljharb It's ready for review now. I was just missing |
jsx-no-literals
: properly error on children with noAttributeStrings: true
9f5f96f
to
7a7bb99
Compare
Fixes #3171