Open sobolevn opened 6 years ago
Currently this is very hard to implement due to:
I don't think that it is even possible right now.
I also dislike alphabetical ordering:
'sort-imports': ['error', {
'memberSyntaxSortOrder': ['none', 'single', 'multiple', 'all']
}],
which does not bring any value. It just mixes all imports into one large group.
Closed by accident. https://github.com/Tibfib/eslint-plugin-import-helpers
Now:
Should be:
This is a linting issue.