Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
fix(eslint-plugin): no-unused-vars: mark declared statements as used#88
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedJan 20, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #88 +/- ##=========================================+ Coverage 94.8% 94.8% +<.01%========================================= Files 48 48 Lines 2465 2466 +1 Branches 380 380 =========================================+ Hits 2337 2338 +1 Misses 77 77 Partials 51 51
Continue to review full report at Codecov.
|
This PR adds logic to mark all declared Identifiers used for
no-unused-vars
fixes:#61