Use same alphabetize props as ESLint sort-imports · Issue #1670 · import-js/eslint-plugin-import
ESLint's native sort-imports does the sorting I want, but doesn't care about the grouping of imports. On the other hand, import/order gives me the ordering I want, but not the powerful alphabetizat...