{"id":15290730,"url":"https://github.com/eclass/eslint-config-react","last_synced_at":"2026-01-04T12:37:20.246Z","repository":{"id":37030076,"uuid":"256909939","full_name":"eclass/eslint-config-react","owner":"eclass","description":"eslint shareable config for react","archived":false,"fork":false,"pushed_at":"2024-05-28T19:16:54.000Z","size":733,"stargazers_count":0,"open_issues_count":23,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-29T10:22:12.759Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/eclass.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":"2020-04-19T04:00:13.000Z","updated_at":"2024-06-04T13:01:13.515Z","dependencies_parsed_at":"2023-10-15T02:04:24.513Z","dependency_job_id":"cc94c7a6-bbcc-4ff6-9088-942e23c567f1","html_url":"https://github.com/eclass/eslint-config-react","commit_stats":{"total_commits":291,"total_committers":5,"mean_commits":58.2,"dds":0.03436426116838487,"last_synced_commit":"27d9d38acda1ee1d357ef8e61ee8a5301358ccf1"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclass%2Feslint-config-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclass%2Feslint-config-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclass%2Feslint-config-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclass%2Feslint-config-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eclass","download_url":"https://codeload.github.com/eclass/eslint-config-react/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244591444,"owners_count":20477709,"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-09-30T16:09:13.399Z","updated_at":"2026-01-04T12:37:20.191Z","avatar_url":"https://github.com/eclass.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @eclass/eslint-config-react\n\n[![npm](https://img.shields.io/npm/v/@eclass/eslint-config-react.svg)](https://www.npmjs.com/package/@eclass/eslint-config-react)\n[![Build Status](https://travis-ci.org/eclass/eslint-config-react.svg?branch=master)](https://travis-ci.org/eclass/eslint-config-react)\n[![downloads](https://img.shields.io/npm/dt/@eclass/eslint-config-react.svg)](https://www.npmjs.com/package/@eclass/eslint-config-react)\n[![dependencies Status](https://david-dm.org/eclass/eslint-config-react/status.svg)](https://david-dm.org/eclass/eslint-config-react)\n[![devDependencies Status](https://david-dm.org/eclass/eslint-config-react/dev-status.svg)](https://david-dm.org/eclass/eslint-config-react?type=dev)\n[![peerDependencies Status](https://david-dm.org/eclass/eslint-config-react/peer-status.svg)](https://david-dm.org/eclass/eslint-config-react?type=peer)\n\n\u003e This package provides eclass eslint shareable config for react.\n\n## Plugins and Configuration included\n\n- [eslint-config-prettier](https://www.npmjs.com/package/eslint-config-prettier)\n- [eslint-config-react-app](https://www.npmjs.com/package/eslint-config-react-app)\n- [eslint-config-standard](https://www.npmjs.com/package/eslint-config-standard)\n- [eslint-plugin-flowtype](https://www.npmjs.com/package/eslint-plugin-flowtype)\n- [eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import)\n- [eslint-plugin-jsx-a11y](https://www.npmjs.com/package/eslint-plugin-jsx-a11y)\n- [eslint-plugin-node](https://www.npmjs.com/package/eslint-plugin-node)\n- [eslint-plugin-promise](https://www.npmjs.com/package/eslint-plugin-promise)\n- [eslint-plugin-react](https://www.npmjs.com/package/eslint-plugin-react)\n- [eslint-plugin-react-hooks](https://www.npmjs.com/package/eslint-plugin-react-hooks)\n- [@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin)\n- [@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser)\n\n## Installation\n\n[Install](https://docs.npmjs.com/cli/install) [`eslint`](https://www.npmjs.com/package/eslint) and this package with [npm](https://docs.npmjs.com/about-npm/).\n\n```\nnpm i -D eslint @eclass/eslint-config-react @typescript-eslint/{parser,eslint-plugin} babel-eslint eslint-plugin-{flowtype,import,jsx-a11y,node,promise,react,react-hooks@2.x,standard}\n```\n\nThen add the following configuration to your project's [`package.json`](https://docs.npmjs.com/files/package.json).\n\n```json\n\"eslintConfig\": {\n  \"extends\": \"@eclass/eslint-config-react\"\n}\n```\n\n## License\n\n[MIT](https://tldrlegal.com/license/mit-license)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclass%2Feslint-config-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feclass%2Feslint-config-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclass%2Feslint-config-react/lists"}