{"id":15043771,"url":"https://github.com/olcaymeteozdemir/eslint-config-react","last_synced_at":"2026-01-06T10:56:06.857Z","repository":{"id":63003908,"uuid":"564412845","full_name":"OlcayMeteOzdemir/eslint-config-react","owner":"OlcayMeteOzdemir","description":"Custom ESLint settings for React as an extensible shared config.","archived":false,"fork":false,"pushed_at":"2023-05-22T10:09:23.000Z","size":102,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-25T22:45:25.888Z","etag":null,"topics":["eslint","eslint-config","javascript","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/OlcayMeteOzdemir.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-11-10T17:00:19.000Z","updated_at":"2022-11-12T23:13:01.000Z","dependencies_parsed_at":"2024-09-25T02:02:07.875Z","dependency_job_id":null,"html_url":"https://github.com/OlcayMeteOzdemir/eslint-config-react","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/OlcayMeteOzdemir%2Feslint-config-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OlcayMeteOzdemir%2Feslint-config-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OlcayMeteOzdemir%2Feslint-config-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OlcayMeteOzdemir%2Feslint-config-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OlcayMeteOzdemir","download_url":"https://codeload.github.com/OlcayMeteOzdemir/eslint-config-react/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245858884,"owners_count":20684062,"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-config","javascript","react"],"created_at":"2024-09-24T20:49:34.486Z","updated_at":"2026-01-06T10:56:06.799Z","avatar_url":"https://github.com/OlcayMeteOzdemir.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-react\n\nCustom ESLint settings for React as an extensible shared config.\n\n## Installation\n\nIf using npm version 5+:\n\n```bash\nnpx install-peerdeps --dev @meteozdemir/eslint-config-react\n```\n\nIf using npm version version \u003c 5:\n\n```bash\nnpm install -g install-peerdeps\ninstall-peerdeps --dev @meteozdemir/eslint-config-react\n```\n\nIf want to install manually without install-peerdeps CLI:\n\n```bash\nnpm i -D @meteozdemir/eslint-config-react eslint eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks\n```\n\n## Usage\n\nA `.eslintrc` file will be automatically created in the root of your project with:\n\n```json\n{\n    \"extends\": [\n        \"@meteozdemir/eslint-config-react\",\n        \"@meteozdemir/eslint-config-react/rules/prettier\"\n    ],\n    \"rules\": {}\n}\n```\n\nIf the file is not created automatically by any reason, simply create a `.eslintrc` file in the root of project and copy code above.\n\n## @meteozdemir/eslint-config-react/rules/prettier\n\nPrettier is enabled by default with this package and `@meteozdemir/eslint-config-react/rules/prettier` disables ESLint rules that might conflict with Prettier.\n\nIf you don't want to use Prettier, remove `'@meteozdemir/eslint-config-react/rules/prettier'` from `.eslintrc` file.\n\n```json\n{\n    \"extends\": [\"@meteozdemir/eslint-config-react\"],\n    \"rules\": {}\n}\n```\n\n## Rule Override\n\nAdd any rule you want to override to rules object in `.eslintrc` file.\n\n```json\n{\n    \"extends\": [\n        \"@meteozdemir/eslint-config-react\",\n        \"@meteozdemir/eslint-config-react/rules/prettier\"\n    ],\n    \"rules\": {\n        // ...\n        \"react/jsx-uses-vars\": \"off\",\n        \"react/no-is-mounted\": \"off\"\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folcaymeteozdemir%2Feslint-config-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folcaymeteozdemir%2Feslint-config-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folcaymeteozdemir%2Feslint-config-react/lists"}