Rule: match-default-export-name
Requires that a default import have the same name as the declaration it imports. Does nothing for anonymous default exports.
Notes:
TS Only
Requires Type Info
Config
Not configurable.
Config examples
"match-default-export-name": true
Schema
null