We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
example:
AppNavDrawer.propTypes = { docked: PropTypes.bool.isRequired, style: PropTypes.object, onRequestChangeNavDrawer: PropTypes.func.isRequired };
current config:
'react/sort-prop-types': [2, { ignoreCase: true, callbacksLast: true, requiredFirst: true }],
The text was updated successfully, but these errors were encountered:
Will be solved with eslint-plugin-react version 6.2.1
eslint-plugin-react
6.2.1
Sorry, something went wrong.
[change] #2 update npm packages, rules and tests
df6040b
[doc] #2 update documentation
f8418df
Done: v2.0.0
No branches or pull requests
example:
current config:
The text was updated successfully, but these errors were encountered: