Skip to content

Support for ESLint version ^6 #57

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

Merged
merged 4 commits into from
Dec 3, 2019
Merged

Support for ESLint version ^6 #57

merged 4 commits into from
Dec 3, 2019

Conversation

gabts
Copy link
Contributor

@gabts gabts commented Nov 24, 2019

Currently this package logs a warning if used with eslint v6 as that is above peer dependencies listen in package json.

This pull request fixes that by adding eslint ^6 to peer dependencies.

Also removed two eslint-disable-line comments in scripts/create-rule.js as the disabled rule was removed in #51 and would result in a crash during tests with eslint ^6.

Thanks

EDIT: Removed node 6 from travis config as that is no longer supported in eslint 6 and failed ci tests. Instead added node 12 as that is now LTS.

@jpdriver jpdriver self-requested a review December 3, 2019 20:21
Copy link
Contributor

@jpdriver jpdriver left a comment

Choose a reason for hiding this comment

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

awesome -- thanks for adding this!

@jpdriver jpdriver merged commit 8808e4b into FormidableLabs:master Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants