Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Unlock 'eslint-plugin-react' Version #22

Merged
merged 4 commits into from
Jan 11, 2019
Merged

Conversation

amichaelparker
Copy link
Contributor

Summary

Unlocks the version of 'eslint-plugin-react' in package.json.

Closes #21

@@ -24,6 +24,9 @@ module.exports = {
// This config updates the rule to require one or the other.
'jsx-a11y/label-has-associated-control': [2, { assert: 'either' }],
'react/destructuring-assignment': 'off',
// This updates the rule below to throw a warning rather than an error
// when using eslint-plugin-react 7.12.2 or above.
'react/jsx-wrap-multilines': 'warn',
Copy link
Contributor

Choose a reason for hiding this comment

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

Will this rule be turned on in the future in the next major version bump?

Copy link
Contributor

Choose a reason for hiding this comment

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

yes it should. it breaks current lint tests. We should get an issue logged to remove this rule

Copy link
Contributor

Choose a reason for hiding this comment

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

Logged an issue: #23

@terra-bot
Copy link

Fails
🚫

Please include a CHANGELOG entry with this PR.

Generated by 🚫 dangerJS

@amichaelparker amichaelparker self-assigned this Jan 9, 2019
@bjankord bjankord merged commit b4b7db4 into master Jan 11, 2019
@bjankord bjankord deleted the react-plugin-update branch January 11, 2019 02:29
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.

None yet

5 participants