{"id":16800909,"url":"https://github.com/svbutko/eslint-config-react-strong","last_synced_at":"2025-03-22T02:31:04.879Z","repository":{"id":42899743,"uuid":"275904248","full_name":"svbutko/eslint-config-react-strong","owner":"svbutko","description":"ESLint strong (strict) config for React and React Native development.","archived":false,"fork":false,"pushed_at":"2024-08-31T20:08:17.000Z","size":519,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T10:08:20.028Z","etag":null,"topics":["eslint","eslintconfig","jest","lint","linter","react","react-native","style","stylelint","typescript"],"latest_commit_sha":null,"homepage":"","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/svbutko.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":"2020-06-29T19:12:32.000Z","updated_at":"2024-05-05T11:09:56.000Z","dependencies_parsed_at":"2024-10-28T17:32:19.346Z","dependency_job_id":null,"html_url":"https://github.com/svbutko/eslint-config-react-strong","commit_stats":{"total_commits":66,"total_committers":3,"mean_commits":22.0,"dds":"0.10606060606060608","last_synced_commit":"d0e6f181c60868d1abbc0a65c52953167c430e3f"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svbutko%2Feslint-config-react-strong","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svbutko%2Feslint-config-react-strong/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svbutko%2Feslint-config-react-strong/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svbutko%2Feslint-config-react-strong/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svbutko","download_url":"https://codeload.github.com/svbutko/eslint-config-react-strong/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244897867,"owners_count":20528302,"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","eslintconfig","jest","lint","linter","react","react-native","style","stylelint","typescript"],"created_at":"2024-10-13T09:35:26.588Z","updated_at":"2025-03-22T02:31:04.630Z","avatar_url":"https://github.com/svbutko.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-react-strong\n\n[![npm-version](https://img.shields.io/npm/v/eslint-config-react-strong)](https://www.npmjs.com/package/eslint-config-react-strong)\n[![npm-downloads](https://img.shields.io/npm/dt/eslint-config-react-strong)](https://www.npmjs.com/package/eslint-config-react-strong)\n\n[![GitHub Followers](https://img.shields.io/github/followers/svbutko?label=Follow%20%40svbutko\u0026style=social)](https://github.com/svbutko)\n[![Twitter Follow](https://img.shields.io/twitter/follow/svbutko?label=Follow%20%40svbutko\u0026style=social)](https://twitter.com/svbutko)\n\nESLint strong (strict) config for React and React Native development.\n\n## Quick start\n\n### Installation\n\n#### yarn\n\n```sh\nyarn add -D eslint@8.57.0 eslint-config-react-strong\n```\n\n#### npm\n\n```sh\nnpm install --save-dev eslint@8.57.0 eslint-config-react-strong\n```\n\n### Usage\n\nAdd `\"react-strong\"` to the \"extends\" array in your `.eslintrc.*` file. Make sure to put it **last,** so it gets the chance to override other configs.\n\n```json\n{\n  \"extends\": [\n    \"...\",\n    \"react-strong\"\n  ]\n}\n```\n\n## Other configs\n\n- [TypeScript Config](./configs/tsconfig.md)\n- [Prettier](./configs/prettierrc.md)\n- [Detox](./configs/detox.md)\n- [Jest](./configs/jest.md)\n\n## Plugins included in this project\n\n- [@typescript-eslint/eslint-plugin]\n- [eslint-plugin-import]\n- [eslint-plugin-react]\n- [eslint-plugin-react-hooks]\n- [eslint-plugin-react-native]\n- [eslint-plugin-jest]\n\n[@typescript-eslint/eslint-plugin]: https://github.com/typescript-eslint/typescript-eslint\n[eslint-plugin-import]: https://github.com/benmosher/eslint-plugin-import\n[eslint-plugin-unused-imports]: https://github.com/sweepline/eslint-plugin-unused-imports\n[eslint-plugin-react]: https://github.com/yannickcr/eslint-plugin-react\n[eslint-plugin-react-hooks]: https://github.com/facebook/react/tree/main/packages/eslint-plugin-react-hooks\n[eslint-plugin-react-native]: https://github.com/Intellicode/eslint-plugin-react-native\n[eslint-plugin-jest]: https://github.com/jest-community/eslint-plugin-jest\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvbutko%2Feslint-config-react-strong","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvbutko%2Feslint-config-react-strong","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvbutko%2Feslint-config-react-strong/lists"}