Closed
Description
openedon May 29, 2020
Imports can have multiple specifiers (objects which are being imported).
Would be awesome if there would be a way to enforce alphabetization there, too:
Example:
import { isNull, isNaN } from "util"; // reports an error: "isNaN" should appear before "isNull"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment