A resolver for eslint-plugin-import that works with babel-plugin-root-import to allow root-based module imports (e.g., importing from a root directory using a pattern). The current stable version is 1.0.0, released as a major update. This package is a thin wrapper around babel-plugin-root-import, providing an eslint resolver that understands the same root-import syntax. It has no active development. The key differentiator is enabling eslint-plugin-import to resolve modules using the babel-root-import plugin's custom prefix/suffix mappings.
Verified import paths — ran on the pinned version, not inferred.
The resolver is referenced by the shorthand name 'babel-root-import' in .eslintrc, not the package name.
This is the underlying plugin that must also be configured in Babel.
Options are passed as an object to the resolver, matching babel-plugin-root-import's configuration.
This shows how to configure eslint-plugin-import to use the babel-root-import resolver and install the necessary dependencies.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.