Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
feat(eslint-plugin): add 'no-unnecessary-qualifier' rule#231
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
feat(eslint-plugin): add 'no-unnecessary-qualifier' rule#231
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedFeb 8, 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 #231 +/- ##==========================================+ Coverage 94.53% 94.53% +<.01%========================================== Files 62 63 +1 Lines 2706 2761 +55 Branches 701 718 +17 ==========================================+ Hits 2558 2610 +52 Misses 57 57- Partials 91 94 +3
|
Regarding the diff coverage for the function i added to |
we are not supporting typescript |
@armano2 Ok, I can take out the back-compat parts. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Hey@uniqueiniquity, sorry for the pain, but we just merged a big PR to convert the plugin to typescript. |
Uh oh!
There was an error while loading.Please reload this page.
Add equivalent rule to TSLint's
no-unnecessary-qualifier
.This rule requires semantic information.