# import-js/eslint-plugin-import

ESLint plugin with rules that help validate proper imports.

Repository: https://github.com/import-js/eslint-plugin-import
Canonical: https://ross.abutalabs.com/products/eslint-plugin-import
Language: JavaScript
License: MIT
License Family: permissive
Topics: eslint-plugin, javascript, import, eslint, code-quality, linting, lint, hacktoberfest
Last push: 2026-08-23T16:57:53+00:00

## Health v2 (maintenance only)
Score: 70/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 16, longevity 100
- inputs: {"age_days": 4190, "days_push": 10, "days_rel": 439, "gap_med": 145.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5940, forks 1547 (observed 2026-08-28T04:09:32.569865+00:00)

## What it is
An ESLint plugin providing rules that validate ES2015+ import/export syntax, catching misspelled file paths, import names, and module resolution issues. It integrates with ESLint configurations and editors to enforce sane import practices in JavaScript and TypeScript projects.

## Use cases
- lint javascript import statements for errors
- catch misspelled import paths and names
- enforce consistent import ordering and style
- forbid importing packages not in package.json
- validate export syntax across a codebase
- set up eslint rules for es6 modules

## When to choose
- you use ESLint and want static validation of ES module imports/exports
- you want to prevent broken imports and extraneous dependencies in JS/TS projects
- you need configurable rules for import ordering, resolution, and naming conventions

## When to avoid
- your project does not use ES module syntax or a bundler/module resolver
- you use a linter other than ESLint
- you only need TypeScript's built-in module checking without lint rules

## Facets
- artifact type: plugin
- maturity: stable
- function: linter, developer-tools, code-review
- domain: developer-tools, web-development, frontend
- platform: editor-plugin, cli
- tags: eslint-plugin, es-modules, static-analysis, code-quality, javascript, nodejs

## Member repositories
- import-js/eslint-plugin-import (main) score 70

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:32.569865+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:50:46.468718+00:00, confidence not recorded.
  - readme: https://github.com/import-js/eslint-plugin-import (fetched 2026-08-28T04:09:32.569865+00:00, sha fb3a131877c2)
  - registry_npm: https://registry.npmjs.org/eslint-plugin-import (fetched 2026-08-29T08:46:34.206624+00:00, sha e8cd8bba144b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
