Closed
Description
Both do the same thing except with import/no-duplicates
:
- Paths in the source code don't have to exactly match, they just have to point to the same module on the filesystem. (i.e. ./foo and ./foo.js)
- Flow type imports are distinguished from standard imports so we can
import
andimport type
from the same file.
Metadata
Metadata
Assignees
Labels
No labels