{"id":16184840,"url":"https://github.com/stormwarning/eslint-plugin-import-sorting","last_synced_at":"2026-02-11T00:01:45.240Z","repository":{"id":66302735,"uuid":"171802725","full_name":"stormwarning/eslint-plugin-import-sorting","owner":"stormwarning","description":"🔌 ESLint plugin to group and sort imports by module, à la Python isort","archived":false,"fork":false,"pushed_at":"2025-01-21T04:30:29.000Z","size":466,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-22T23:22:33.389Z","etag":null,"topics":["eslint-plugin","isort","sorting-imports"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stormwarning.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-02-21T04:55:17.000Z","updated_at":"2025-01-21T04:29:53.000Z","dependencies_parsed_at":"2023-12-12T22:44:59.349Z","dependency_job_id":"9b509bf4-b444-4b00-bc5d-fd70f3a8ae03","html_url":"https://github.com/stormwarning/eslint-plugin-import-sorting","commit_stats":null,"previous_names":["stormwarning/eslint-plugin-import-sorting"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/stormwarning/eslint-plugin-import-sorting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormwarning%2Feslint-plugin-import-sorting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormwarning%2Feslint-plugin-import-sorting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormwarning%2Feslint-plugin-import-sorting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormwarning%2Feslint-plugin-import-sorting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stormwarning","download_url":"https://codeload.github.com/stormwarning/eslint-plugin-import-sorting/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormwarning%2Feslint-plugin-import-sorting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29322733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eslint-plugin","isort","sorting-imports"],"created_at":"2024-10-10T07:12:04.642Z","updated_at":"2026-02-11T00:01:45.043Z","avatar_url":"https://github.com/stormwarning.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-import-sorting\n\nEnforce a convention in the order of `import` statements, inspired by \n[isort](https://timothycrosley.github.io/isort/#how-does-isort-work)’s grouping style:\n\n1. Node standard modules\n2. Framework modules\n3. External modules\n4. Internal modules\n5. Explicitly local modules\n\nThis plugin includes an additional group for “style” imports where the import\nsource ends in `.css` or other style format. Imports are sorted alphabetically,\nexcept for local modules, which are sorted by the number of `.` segements in\nthe path first, then alphabetically.\n\n## Usage\n\nInstall the plugin, and ESLint if it is not already.\n\n```sh\nnpm install --save-dev eslint eslint-plugin-import-sorting\n```\n\nInclude the plugin in the `plugins` key of your ESLint config and enable the\nrules.\n\n```js\n// eslint.config.js\n\nimport importSortingPlugin from 'eslint-plugin-import-sorting'\n\nexport default [\n\t{\n\t\tplugins: {\n\t\t\t'import-sorting': importSortingPlugin,\n\t\t},\n\t\trules: {\n\t\t\t'import-sorting/order': 'error',\n\t\t},\n\t},\n]\n```\n\n\u003c!-- begin auto-generated rules list --\u003e\n\n🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).\n\n| Name                                             | Description                                 | 🔧 |\n| :----------------------------------------------- | :------------------------------------------ | :- |\n| [order](docs/rules/order.md)                     | Consistently order `import` statements.     | 🔧 |\n| [specifier-order](docs/rules/specifier-order.md) | Consistently order named import specifiers. | 🔧 |\n\n\u003c!-- end auto-generated rules list --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstormwarning%2Feslint-plugin-import-sorting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstormwarning%2Feslint-plugin-import-sorting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstormwarning%2Feslint-plugin-import-sorting/lists"}