Description
Import statements in JavaScript and TypeScript projects can be checked for unresolved paths, wrong ordering, and other module problems.
This is an ESLint plugin, not a standalone editor or application. Developers add it to a project lint configuration so problems are reported during development, CI, or pre-commit checks.