productboardlabs / tslint-pb

📄 (DEPRECATED) Our own custom TSlint rules. What has been seen, cannot be unseen.
MIT License
5 stars 0 forks source link

Fixer stopped working for the order of named imports #28

Closed lspdv closed 5 years ago

lspdv commented 5 years ago

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 commented 5 years ago

Thanks for it, I was able to reproduce it!