{"id":21822078,"url":"https://github.com/stevensacks/eslint-plugin-sort-react-dependency-arrays","last_synced_at":"2026-01-08T09:37:28.290Z","repository":{"id":52956073,"uuid":"520795043","full_name":"stevensacks/eslint-plugin-sort-react-dependency-arrays","owner":"stevensacks","description":"ESLint plugin to alphabetically sort React hook dependency arrays","archived":false,"fork":false,"pushed_at":"2024-07-17T17:51:50.000Z","size":131,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-06T10:58:37.041Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stevensacks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-08-03T08:19:09.000Z","updated_at":"2025-03-04T13:46:20.000Z","dependencies_parsed_at":"2024-07-17T21:35:23.347Z","dependency_job_id":null,"html_url":"https://github.com/stevensacks/eslint-plugin-sort-react-dependency-arrays","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevensacks%2Feslint-plugin-sort-react-dependency-arrays","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevensacks%2Feslint-plugin-sort-react-dependency-arrays/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevensacks%2Feslint-plugin-sort-react-dependency-arrays/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevensacks%2Feslint-plugin-sort-react-dependency-arrays/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevensacks","download_url":"https://codeload.github.com/stevensacks/eslint-plugin-sort-react-dependency-arrays/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243690089,"owners_count":20331725,"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":[],"created_at":"2024-11-27T17:12:56.381Z","updated_at":"2026-01-08T09:37:28.250Z","avatar_url":"https://github.com/stevensacks.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-sort-react-dependency-arrays\nESLint plugin to enforce alphanumerically sorted React hook dependency arrays.\n\nWorks with --fix.\n\n## Installation\n\nYou'll first need to install [ESLint](https://eslint.org/):\n\n```sh\nnpm i eslint --save-dev\n```\n\nNext, install `eslint-plugin-sort-react-dependency-arrays`:\n\n```sh\nnpm install eslint-plugin-sort-react-dependency-arrays --save-dev\n```\n\n## Usage\n\nAdd `sort-react-dependency-arrays` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n    \"plugins\": [\n        \"sort-react-dependency-arrays\"\n    ]\n}\n```\n\nThen enable the rule under the rules section.\n\n```json\n{\n    \"rules\": {\n        \"sort-react-dependency-arrays/sort\": \"error\"\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevensacks%2Feslint-plugin-sort-react-dependency-arrays","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevensacks%2Feslint-plugin-sort-react-dependency-arrays","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevensacks%2Feslint-plugin-sort-react-dependency-arrays/lists"}