-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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 #668
Comments
lencioni
added a commit
to lencioni/eslint-plugin-react
that referenced
this issue
Jul 18, 2016
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.
lencioni
added a commit
to lencioni/eslint-plugin-react
that referenced
this issue
Jul 18, 2016
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.
lencioni
added a commit
to lencioni/eslint-plugin-react
that referenced
this issue
Jul 18, 2016
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
added a commit
to lencioni/eslint-plugin-react
that referenced
this issue
Jul 20, 2016
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.
lencioni
added a commit
to lencioni/eslint-plugin-react
that referenced
this issue
Jul 20, 2016
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.
lencioni
added a commit
to lencioni/eslint-plugin-react
that referenced
this issue
Jul 20, 2016
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.
yannickcr
pushed a commit
that referenced
this issue
Jul 22, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that this naming convention hasn't been applied consistently. I think that it might be helpful to rename a few rules that are JSX-specific and not really React-specific:
and maybe
The text was updated successfully, but these errors were encountered: