-
Notifications
You must be signed in to change notification settings - Fork 9
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
Plans to sort other things? #3
Comments
I think that the same personality wanting to sort props will probably like to sort things like Since you can pick and choose rules in eslint I think it makes sense to keep it in the same project. |
Interesting, I hadn't considered that. Thank you for sharing. To offer a little more context, I plan to add this rule to our teams In any case, thanks for publishing this plugin— it's the perfect solution! On Monday, October 12, 2015, Jacob Rask [email protected] wrote:
David Ernst |
Sorting for ES2015 destructuring assignment would also be nice: const {
type, // <-- error
count,
items
} = results; |
This plugin is awesome. Have you considered renaming it to
eslint-plugin-sort-object-props
, instead of the unnecessary nesting? It might make it easier to find. Or do you plan to add other sorting rules?Thanks again for this, it's great!
The text was updated successfully, but these errors were encountered: