{"id":24884296,"url":"https://github.com/nirtamir2/eslint-plugin-sort-export-all","last_synced_at":"2025-10-16T03:30:38.372Z","repository":{"id":42710918,"uuid":"278059440","full_name":"nirtamir2/eslint-plugin-sort-export-all","owner":"nirtamir2","description":"ESLint rule that helps sort export *","archived":false,"fork":false,"pushed_at":"2023-04-25T23:13:01.000Z","size":669,"stargazers_count":6,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T20:10:21.977Z","etag":null,"topics":["eslint","eslint-plugin","eslint-rules","exports","javascript","library","sort","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nirtamir2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-07-08T10:27:37.000Z","updated_at":"2024-02-17T03:57:03.000Z","dependencies_parsed_at":"2024-06-18T21:22:51.379Z","dependency_job_id":"60551063-ac0a-4015-b89c-537571b31035","html_url":"https://github.com/nirtamir2/eslint-plugin-sort-export-all","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirtamir2%2Feslint-plugin-sort-export-all","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirtamir2%2Feslint-plugin-sort-export-all/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirtamir2%2Feslint-plugin-sort-export-all/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirtamir2%2Feslint-plugin-sort-export-all/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nirtamir2","download_url":"https://codeload.github.com/nirtamir2/eslint-plugin-sort-export-all/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236672925,"owners_count":19186842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","eslint-plugin","eslint-rules","exports","javascript","library","sort","typescript"],"created_at":"2025-02-01T14:26:45.488Z","updated_at":"2025-10-16T03:30:38.366Z","avatar_url":"https://github.com/nirtamir2.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-sort-export-all\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n\nESLint rule that sorts `exports *` with autofix enabled\n\n![Example](docs/sort-export-all.gif)\n\n[Rules List](./src/rules)\n\n## Configuration\n\n```shell\npnpm add -D eslint-plugin-sort-export-all\n```\n\nAdd to your `eslint.config.js`\n\n```js\nimport sortExportAllConfig from \"eslint-plugin-sort-export-all/config\";\n\nexport default [sortExportAllConfig()];\n```\n\nOr configure the plugin manually\n\n```js\nimport eslintPluginSortExportAll from \"eslint-plugin-sort-export-all\";\n\nexport default [\n  {\n    plugins: {\n      \"sort-export-all\": eslintPluginSortExportAll,\n    },\n    rules: {\n      \"sort-export-all/sort-export-all\": \"warn\",\n    },\n  },\n];\n```\n\n## License\n\n[MIT](./LICENSE) License © 2020-PRESENT [Nir Tamir](https://github.com/nirtamir2)\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/eslint-plugin-sort-export-all?style=flat\u0026colorA=080f12\u0026colorB=1fa669\n[npm-version-href]: https://npmjs.com/package/eslint-plugin-sort-export-all\n[npm-downloads-src]: https://img.shields.io/npm/dm/eslint-plugin-sort-export-all?style=flat\u0026colorA=080f12\u0026colorB=1fa669\n[npm-downloads-href]: https://npmjs.com/package/eslint-plugin-sort-export-all\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirtamir2%2Feslint-plugin-sort-export-all","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnirtamir2%2Feslint-plugin-sort-export-all","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirtamir2%2Feslint-plugin-sort-export-all/lists"}