Rationale
Salesforce prevents the use of bare imports, bare exports, and exports from the lwc package to ensure developers do not unintentionally access private or internal APIs.
This rule detects invalid import/export patterns, prevents deployment errors and reduces the risk of relying on unintended behaviours in Lightning Web Components.
Scope
LWC