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): fix no-extraneous-class for class without name #174

Merged
merged 2 commits into from
Jan 31, 2019
Merged

fix(eslint-plugin): fix no-extraneous-class for class without name #174

merged 2 commits into from
Jan 31, 2019

Conversation

armano2
Copy link
Member

@armano2 armano2 commented Jan 31, 2019

This PR fixes crash of no-extraneous-class rule with classes without name.

fixes: #170

@codecov
Copy link

codecov bot commented Jan 31, 2019

Codecov Report

Merging #174 into master will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master     #174   +/-   ##
=======================================
  Coverage   95.76%   95.76%           
=======================================
  Files          50       50           
  Lines        2526     2526           
  Branches      373      373           
=======================================
  Hits         2419     2419           
  Misses         63       63           
  Partials       44       44
Impacted Files Coverage Δ
...ges/eslint-plugin/lib/rules/no-extraneous-class.js 100% <100%> (ø) ⬆️

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.

[no-extraneous-class] Rule always throws an AssertionError
2 participants