Pattern: Use of default import
Issue: -
Disallows importing default members from certain ES6-style modules. Import named members instead.
Rationale: Named imports/exports promote clarity. In addition, current tooling differs on the correct way to handle default imports/exports. Avoiding them all together can help avoid tooling bugs and conflicts.