-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
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"
guilhermesimoes, glen-84, stefanprobst, uid11, mjyoung and 8 more