Skip to content
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

fix(eslint-plugin): member-naming #376

Merged
merged 1 commit into from Mar 27, 2019
Merged

fix(eslint-plugin): member-naming #376

merged 1 commit into from Mar 27, 2019

Conversation

gavinbarron
Copy link
Contributor

updating rule prevent applying naming conventtions to constructor methods, fixes #359

updating rule prevent applying naming conventtions to constructor methods, fixes #359
@codecov
Copy link

codecov bot commented Mar 27, 2019

Codecov Report

Merging #376 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff            @@
##           master    #376      +/-   ##
=========================================
+ Coverage    97.2%   97.2%   +<.01%     
=========================================
  Files          68      68              
  Lines        2505    2507       +2     
  Branches      387     388       +1     
=========================================
+ Hits         2435    2437       +2     
  Misses         44      44              
  Partials       26      26
Impacted Files Coverage Δ
packages/eslint-plugin/src/rules/member-naming.ts 100% <100%> (ø) ⬆️

@gavinbarron gavinbarron changed the title fix: member-naming fix(eslint-plugin): member-naming Mar 27, 2019
@bradzacher bradzacher merged commit ad0f2be into typescript-eslint:master Mar 27, 2019
@gavinbarron gavinbarron deleted the fix/constructor-member-naming branch March 27, 2019 16:36
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[member-naming] Avoid for 'constructor' of class
2 participants