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

Rename some JSX-specific rules to include jsx- prefix #689

Merged
merged 3 commits into from
Jul 22, 2016

Conversation

lencioni
Copy link
Collaborator

@lencioni lencioni commented Jul 18, 2016

Fixes #668, addresses #686.

lencioni added 3 commits July 20, 2016 08:01
This rule is JSX-specific, not React-specific. Changing its name makes
this clearer. I've kept the old one around as deprecated. We can remove
it at the next major version bump.

Addresses jsx-eslint#668 and jsx-eslint#686.
This rule is JSX-specific, not React-specific. Changing its name makes
this clearer. I've kept the old one around as deprecated. We can remove
it at the next major version bump.

Addresses jsx-eslint#668 and jsx-eslint#686.
This rule is JSX-specific, not React-specific. Changing its name makes
this clearer. I've kept the old one around as deprecated. We can remove
it at the next major version bump.

Addresses jsx-eslint#686. Fixes jsx-eslint#668.
@lencioni
Copy link
Collaborator Author

Rebased and conflicts resolved!

@yannickcr yannickcr mentioned this pull request Jul 21, 2016
9 tasks
@ljharb
Copy link
Member

ljharb commented Jul 21, 2016

LGTM

@yannickcr yannickcr merged commit 57c6ccf into jsx-eslint:master Jul 22, 2016
@yannickcr
Copy link
Member

Merges, thanks!

ljharb added a commit that referenced this pull request Jul 30, 2016
This rule was never released in a non-alpha, non-rc version. It was renamed to `jsx-no-comment-textnodes` in 9ad4c69 (Rename no-comment-textnodes to jsx-no-comment-textnodes) / #689 but the old rule wasn’t removed entirely.
@ljharb
Copy link
Member

ljharb commented Jul 30, 2016

Finished the cleanup of this rule in 2f7a462. Since it was never released in a non-alpha, non-rc build, there's no need to keep the old one around in any form.

ljharb added a commit that referenced this pull request Jul 31, 2016
This reverts commit 2f7a462 per 2f7a462#commitcomment-18463332.

It also fixes a bug in `no-comment-textnodes` related to #728, and restores the tests for `no-comment-textnodes` from #689.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants