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

Reformat code for eslint-plugin-react 7.29.x #933

Merged
merged 1 commit into from Feb 28, 2022

Conversation

martinpitt
Copy link
Member

@martinpitt martinpitt commented Feb 28, 2022

The expected indentation of self-closing tags and closing parentheses
became stricter with current eslint-plugin-react versions.


See e.g. this failure in cockpit-project/bots#3009 or cockpit-project/bots#2960

The expected indentation of self-closing tags and closing parentheses
became stricter with current eslint-plugin-react versions.
@martinpitt martinpitt changed the title package.json: Restrict eslint-plugin-react to 7.28.x Reformat code for eslint-plugin-react 7.29.x Feb 28, 2022
@martinpitt
Copy link
Member Author

Instead of pinning down the react plugin version, I fixed the code to pacify the current version. Supposedly a more sensible way forward.

Copy link
Member

@marusak marusak left a comment

Choose a reason for hiding this comment

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

Thanks!

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.

None yet

2 participants