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
Add another option to sort-prop-types called noSortAlphabetically that will allow disabling sorting the props by alphabet when the user wants it.
sort-prop-types
noSortAlphabetically
I would be happy to create a pull request.
The text was updated successfully, but these errors were encountered:
Or, alternatively, noSortAlphabetically - boolean option absence, and a value of false, should always have the same effect.
false
Sorry, something went wrong.
Probably would even be better for better backward compatibility.
jsx-sort-props noSortAlphabetically option
340b93c
Closes jsx-eslint#541 Closes jsx-eslint#786
No branches or pull requests
Proposal
Add another option to
sort-prop-types
callednoSortAlphabetically
that will allow disabling sorting the props by alphabet when the user wants it.I would be happy to create a pull request.
The text was updated successfully, but these errors were encountered: