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

ESLint 1.x compatibility #25

Merged
merged 1 commit into from Aug 11, 2015
Merged

Conversation

2fast2fourier
Copy link
Contributor

ESLint 1.0/1.1 made a few breaking changes, I've updated everything I found.

  • Several .eslintrc rules changed, mostly name changes or breaking up features. I think I updated these without changing any expected behaviors.
  • ESLintTester was replaced with RuleTester, this did not change the test structure itself.
  • Column numbering changed to be 1-indexed, meaning all existing column tests were off-by-one.

Let me know if I missed anything. The tests are passing and it still has 100% coverage.

@lo1tuma
Copy link
Owner

lo1tuma commented Aug 11, 2015

LGTM.

Thank you!

lo1tuma added a commit that referenced this pull request Aug 11, 2015
@lo1tuma lo1tuma merged commit 7b36ee7 into lo1tuma:master Aug 11, 2015
@2fast2fourier 2fast2fourier deleted the eslint-1-1-compat branch August 11, 2015 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants