default
Configuration
rslint.config.ts
Rule Details
This rule reports a default import when the imported module does not provide a default export.
Examples of incorrect code for this rule:
Examples of correct code for this rule:
Modules that cannot be resolved, are ignored, or are not ES modules are not reported by this rule.