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

Support eslint-plugin-react-hooks@2 #2090

Merged
merged 3 commits into from
Feb 14, 2020
Merged

Support eslint-plugin-react-hooks@2 #2090

merged 3 commits into from
Feb 14, 2020

Conversation

perrin4869
Copy link
Contributor

Since #2083 was closed, I followed up, according to the changes requested there

@edmorley
Copy link
Contributor

edmorley commented Jan 27, 2020

@perrin4869 Hi! I don't suppose you could rebase on master? There are currently conflicts in packages/eslint-config-airbnb/package.json.

@perrin4869
Copy link
Contributor Author

@edmorley just rebased! no problems there

Copy link
Contributor

@edmorley edmorley left a comment

Choose a reason for hiding this comment

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

@perrin4869 Thank you for the rebase! Travis is failing at the moment, but I believe should succeed after the change below? :-)

- node_js: "6"
env: TEST=true ESLINT=5 PACKAGE=eslint-config-airbnb-base
- node_js: "6"
env: TEST=true ESLINT=5 PACKAGE=eslint-config-airbnb
- node_js: "6"
env: TEST=true ESLINT=5 REACT_HOOKS=1.7 PACKAGE=eslint-config-airbnb
exclude:
allow_failures:
Copy link
Contributor

Choose a reason for hiding this comment

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

I think the two new PREPUBLISH entries under include need equivalent entries under allow_failures here (since currently those runs are failing). eg:

    - env: PREPUBLISH=true ESLINT=6 REACT_HOOKS=1.7 PACKAGE=eslint-config-airbnb
    - env: PREPUBLISH=true ESLINT=5 REACT_HOOKS=1.7 PACKAGE=eslint-config-airbnb

Copy link
Collaborator

Choose a reason for hiding this comment

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

They don't; they're failing by design on master since new eslint rules have been released that haven't yet been added to the config. I'll rebase your PR after I've fixed it, you don't have to worry about it.

@mDibyo
Copy link

mDibyo commented Feb 12, 2020

Hello, happy Monday! what's the status of this PR? Anything I can do to help drive it forward?

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.

5 participants