An ESLint resolver (v1.3.2, 2022) for eslint-plugin-import that enables custom import aliases and file extensions. Unlike other resolvers (e.g., eslint-import-resolver-alias, eslint-import-resolver-webpack), it supports Lerna monorepos via a `packages` config, allowing alias resolution relative to the current package directory. It also supports an empty-string alias to prepend a base path. Requires eslint-plugin-import >=2.2.0 as a peer dependency.
Verified import paths — ran on the pinned version, not inferred.
Not imported directly; configured in .eslintrc settings. The resolver name must match the package name exactly.
The property is `alias`, not `maps`, `map`, or `paths`. No import required.
Use `packages` array with glob patterns; no Lerna-specific boolean option.
ESLint config to resolve imports like `@/utils` to `./src/utils` in a Lerna monorepo.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.