-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
'jsx-sort-prop-types' rule is missing. #1028
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
Comments
The rule was renamed to just "react/sort-prop-types". Perhaps you're using an outdated config? |
I'm not sure where to change that. Do you know where to change this? EDIT: I did see this:
But nothing that says to use jsx-sort-prop-types anywhere in the index.js. |
It's in the change log for v6, #549 |
I'd check your .eslintrc file, as well as if you're using a shared config, update to the latest version. If you are, |
Yep, found it in |
I get this message:
Definition for rule 'react/jsx-sort-prop-types' was not found
I know it has been deprecated for a while ago, but I'm still getting this message.
Not sure what's wrong.
The text was updated successfully, but these errors were encountered: