# lydell/eslint-plugin-simple-import-sort

Easy autofixable import sorting.

Repository: https://github.com/lydell/eslint-plugin-simple-import-sort
Canonical: https://ross.abutalabs.com/products/eslint-plugin-simple-import-sort
Language: JavaScript
License: MIT
License Family: permissive
Topics: eslint-plugin, sort-imports, eslint
Last push: 2026-08-11T03:39:18+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 97, release rhythm 35, longevity 100
- inputs: {"age_days": 2845, "days_push": 22, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2456, forks 75 (observed 2026-08-28T04:06:53.226728+00:00)

## What it is
An ESLint plugin that sorts JavaScript and TypeScript imports (and exports) via eslint --fix. It requires no extra tooling and handles comments, type imports, and works alongside Prettier and eslint-plugin-import.

## Use cases
- sort imports automatically with eslint --fix
- enforce consistent import order in a codebase
- sort TypeScript type imports
- keep import sorting prettier-friendly
- sort exports in JavaScript files

## When to avoid
- you need to sort CommonJS require calls
- you don't use ESLint in your project
- you need custom grouping logic beyond what the plugin's regex configuration offers

## Facets
- artifact type: plugin
- maturity: active
- function: linter, formatter, developer-tools
- domain: developer-tools, web-development, frontend
- platform: cli, cross-platform
- tags: eslint-plugin, import-sorting, autofix, typescript, code-style, nodejs

## Member repositories
- lydell/eslint-plugin-simple-import-sort (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:53.226728+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-30T02:30:03.982818+00:00, confidence not recorded.
  - readme: https://github.com/lydell/eslint-plugin-simple-import-sort (fetched 2026-08-28T04:06:53.226728+00:00, sha d710a8023d5d)
  - registry_npm: https://registry.npmjs.org/eslint-plugin-simple-import-sort (fetched 2026-08-29T10:11:17.730032+00:00, sha cf2494f2d0d9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
