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

[New] eslint ^5 support #451

Merged
merged 7 commits into from Jun 25, 2018
Merged

[New] eslint ^5 support #451

merged 7 commits into from Jun 25, 2018

Conversation

ljharb
Copy link
Member

@ljharb ljharb commented Jun 25, 2018

I also improved the tests so we're testing on all supported eslint versions, and updated some deps.

There's currently one failing test on eslint 5; I'm working on that now.

(linking back to airbnb/javascript#1834)

@coveralls
Copy link

coveralls commented Jun 25, 2018

Coverage Status

Coverage decreased (-0.0002%) to 99.807% when pulling adc0d80 on ljharb:eslint_5 into a54f52f on evcohen:master.

@@ -11,6 +11,8 @@ cache:
yarn: true
directories:
- node_modules
before_script:
- if [ -n "${ESLINT-}" ]; then npm uninstall --no-save eslint-config-airbnb-base && npm install --no-save "eslint@${ESLINT}"; fi
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the uninstallation part can be removed once airbnb/javascript#1834 is complete, and an eslint v5-compatible eslint-config-airbnb-base is published.

Copy link
Collaborator

@jessebeach jessebeach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@ljharb do you want to address your 'uninstallation' comment before merging?

Copy link
Contributor

@beefancohen beefancohen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this

@ljharb
Copy link
Member Author

ljharb commented Jun 25, 2018

@jessebeach it can't be addressed just yet; i'll clean it up in a followup once the base config is next published.

@ljharb ljharb merged commit de25830 into jsx-eslint:master Jun 25, 2018
@ljharb ljharb deleted the eslint_5 branch June 25, 2018 17:44
@ljharb
Copy link
Member Author

ljharb commented Jun 25, 2018

@evcohen it'd be great if you could cut a release <3

(#452)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants