Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
refactor(eslint-parser): add definition for eslint-scope#33
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 17, 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 #33 +/- ##======================================= Coverage 93.77% 93.77% ======================================= Files 11 11 Lines 1686 1686 Branches 376 376 ======================================= Hits 1581 1581 Misses 55 55 Partials 50 50
Continue to review full report at Codecov.
|
i'm still working on this :> |
armano2 commentedJan 17, 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.
ok its finished |
Uh oh!
There was an error while loading.Please reload this page.
Not all of types are resolved a lot of properties has type any
@types/estree should be replaced with definition from
typescript-estree
, but i didn't finish it yet there