-
-
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
feat(eslint-plugin): add 'no-unnecessary-qualifier' rule #231
feat(eslint-plugin): add 'no-unnecessary-qualifier' rule #231
Conversation
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. |
Hey @uniqueiniquity, sorry for the pain, but we just merged a big PR to convert the plugin to typescript. |
Add equivalent rule to TSLint's
no-unnecessary-qualifier
.This rule requires semantic information.