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:

Config

Not configurable.

Config examples
"match-default-export-name": true
Schema
null