-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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(parser): fix regression with no-unused-vars for jsx attributes #161
Conversation
Codecov Report
@@ Coverage Diff @@
## master #161 +/- ##
=======================================
Coverage 95.76% 95.76%
=======================================
Files 50 50
Lines 2526 2526
Branches 373 373
=======================================
Hits 2419 2419
Misses 63 63
Partials 44 44
|
Would it be possible to release a patch version with this fix? The monorepo prevents us to easily depend on |
We publish a canary release after every successful merge, so you can
install that from npm until the latest tag is updated
…On Wed, 30 Jan 2019 at 07:24, William Durand ***@***.***> wrote:
Would it be possible to release a patch version with this fix? The
monorepo prevents us to easily depend on master
<npm/npm#2974> (or any other commit/tag/branch)
in the package.json file.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#161 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA29q_-jrXtDVQv7RuR0PX-ODS6Tsocnks5vIY7qgaJpZM4aY6bf>
.
|
@willdurand I have also now added this information to the README - https://github.com/typescript-eslint/typescript-eslint#package-versions |
Oh cool! Thanks! I tried a few tags but did not think about |
It's just lerna's convention for it
…On Wed, Jan 30, 2019 at 8:47 AM William Durand ***@***.***> wrote:
@willdurand <https://github.com/willdurand> I have also now added this
information to the README -
typescript-eslint/typescript-eslint#package-versions
<https://github.com/typescript-eslint/typescript-eslint#package-versions>
Oh cool! Thanks! I tried a few tags but did not think about canary 👌
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#161 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA29qxzQx2qEqT5fzYvHTApq42lAzb_Uks5vIaJXgaJpZM4aY6bf>
.
|
This PR fixes regression with visiting jsx attributes, and adds tests cases for it.
fixes: #160