{"id":15698999,"url":"https://github.com/pgilad/eslint-plugin-react-redux","last_synced_at":"2025-05-09T02:15:49.005Z","repository":{"id":57135998,"uuid":"128175791","full_name":"pgilad/eslint-plugin-react-redux","owner":"pgilad","description":"Enforce best practices when using Redux with React","archived":false,"fork":false,"pushed_at":"2020-04-04T08:06:08.000Z","size":49,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T04:02:54.162Z","etag":null,"topics":["enforce","eslint","eslint-plugin","mapstatetoprops","react","redux"],"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/pgilad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-05T07:58:55.000Z","updated_at":"2020-04-04T08:06:11.000Z","dependencies_parsed_at":"2022-08-26T12:22:33.848Z","dependency_job_id":null,"html_url":"https://github.com/pgilad/eslint-plugin-react-redux","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgilad%2Feslint-plugin-react-redux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgilad%2Feslint-plugin-react-redux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgilad%2Feslint-plugin-react-redux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgilad%2Feslint-plugin-react-redux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pgilad","download_url":"https://codeload.github.com/pgilad/eslint-plugin-react-redux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253176442,"owners_count":21866143,"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":["enforce","eslint","eslint-plugin","mapstatetoprops","react","redux"],"created_at":"2024-10-03T19:37:19.888Z","updated_at":"2025-05-09T02:15:48.981Z","avatar_url":"https://github.com/pgilad.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-react-redux\n\u003e Find issues with react-redux code usages\n\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n\n## Installation\n\nYou'll first need to install [ESLint](http://eslint.org):\n\n```bash\n$ npm i eslint --save-dev\n```\n\nNext, install `eslint-plugin-react-redux`:\n\n```bash\n$ npm install @pgilad/eslint-plugin-react-redux --save-dev\n```\n\n**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-react-redux` globally.\n\n## Usage\n\nAdd `react-redux` to the plugins section of your `.eslintrc` configuration file.\n\n```json\n{\n    \"plugins\": [\n        \"@pgilad/eslint-plugin-react-redux\"\n    ]\n}\n```\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n    \"rules\": {\n        \"@pgilad/react-redux/use-selectors-on-state\": 1\n    }\n}\n```\n\n## Supported Rules\n\n- [use-selectors-on-state](docs/rules/use-selectors-on-state.md)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgilad%2Feslint-plugin-react-redux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpgilad%2Feslint-plugin-react-redux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgilad%2Feslint-plugin-react-redux/lists"}