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 eslint rule no-useless-constructor#167
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 eslint rule no-useless-constructor#167
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #167 +/- ##==========================================+ Coverage 95.76% 95.78% +0.02%========================================== Files 50 51 +1 Lines 2526 2541 +15 Branches 373 373 ==========================================+ Hits 2419 2434 +15 Misses 63 63 Partials 44 44
|
tsofist commentedSep 3, 2019
I still have a problem with declareclassMySuperClass{constructor(argument1:number);} Error
|
please don't necro old PRs. |
This PR adds wrapper around eslint
no-useless-constructor
to fix issues from#15 and#48fixes:#15