Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Fixer stopped working for the order of named imports #28

Closed
lspdv opened this issue Apr 8, 2019 · 1 comment
Closed

Fixer stopped working for the order of named imports #28

lspdv opened this issue Apr 8, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@lspdv
Copy link

lspdv commented Apr 8, 2019

In following example

import {
  SubscriptionPlan,
  SubscriptionPlanInterval,
  SpaceMembership,
  User,
} from 'stores/types';

We get warning Named imports are not sorted in alphabetical order, only way how to get it fixed is manual solving, fixer doesnt work.

Observed for several times.

@jukben jukben added the bug Something isn't working label Apr 9, 2019
@jukben
Copy link
Contributor

jukben commented Apr 9, 2019

Thanks for it, I was able to reproduce it!

@jukben jukben closed this as completed in #29 Apr 9, 2019
jukben added a commit that referenced this issue Apr 9, 2019
The named imports which were multilined weren't sorted properly. We have decided to omit the code-style in order to transform data more easily.
Prettier will do its job later :)

Close #28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants