ESLint plugin for linting import paths in JavaScript/TypeScript projects. Current version 0.1.4, no set release cadence. A minimal plugin skeleton with no documented rules — developers may confuse it with more mature alternatives like eslint-plugin-import or eslint-plugin-import-path. Requires ESLint >=7 and Node.js ^14.17.0 || ^16.0.0 || >=18.0.0.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Plugin is CommonJS only; no ESM or TypeScript types provided.
ESLint automatically strips 'eslint-plugin-' prefix; both forms work but the unprefixed version is conventional.
No actual rules documented in the plugin as of v0.1.4. This is a common footgun — developers expect non-existent rules.
Demonstrates installation and configuration of the plugin in an ESLint project, but notes that no rules are implemented yet.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.