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

Remove deprecated react/jsx-quotes #622

Merged
merged 1 commit into from
Dec 15, 2015
Merged

Remove deprecated react/jsx-quotes #622

merged 1 commit into from
Dec 15, 2015

Conversation

billyjanitsch
Copy link
Contributor

This rule is deprecated, but was reintroduced in #618. Running eslint with this config now prints:

The react/jsx-quotes rule is deprecated. Please use the jsx-quotes rule instead.

The correct rule is already enforced here.

@ljharb
Copy link
Collaborator

ljharb commented Dec 15, 2015

oops, good call, totally forgot about that. thanks!

ljharb added a commit that referenced this pull request Dec 15, 2015
[eslint config] [fix] Remove deprecated react/jsx-quotes
@ljharb ljharb merged commit 09bf5e8 into airbnb:master Dec 15, 2015
@kesne
Copy link
Contributor

kesne commented Dec 15, 2015

That should probably exist in the react file, no?

@ljharb
Copy link
Collaborator

ljharb commented Dec 15, 2015

it's not from the react plugin, it's in core eslint - i suppose it could be moved there.

@kesne
Copy link
Contributor

kesne commented Dec 15, 2015

Yeah, but the way I see it the jsx rules don't make sense to apply outside of our react ruleset.

@ljharb
Copy link
Collaborator

ljharb commented Dec 15, 2015

that's a fair point. a PR to move it over would be just fine, and wouldn't impact the module at all

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.

3 participants