Skip to content
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

Add sorting in order. #952

Closed
rodoabad opened this issue Oct 18, 2017 · 2 comments
Closed

Add sorting in order. #952

rodoabad opened this issue Oct 18, 2017 · 2 comments

Comments

@rodoabad
Copy link

I' like order to have the same the member sort rule that sort-imports have.

import {hashHistory} from 'react-router';
import {syncHistoryWithStore} from 'react-router-redux';

VS

import {syncHistoryWithStore} from 'react-router-redux';
import {hashHistory} from 'react-router'; // error
@JakobJingleheimer
Copy link

Duplicate of #389; fix pending #629

@ljharb
Copy link
Member

ljharb commented Mar 28, 2018

Closing as a duplicate of #389.

@ljharb ljharb closed this as completed Mar 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants