{"id":13527055,"url":"https://github.com/standard/eslint-config-standard-react","last_synced_at":"2025-05-15T10:02:12.102Z","repository":{"id":33572063,"uuid":"37218400","full_name":"standard/eslint-config-standard-react","owner":"standard","description":"ESLint Shareable Config for React/JSX support in JavaScript Standard Style","archived":false,"fork":false,"pushed_at":"2023-09-16T07:30:57.000Z","size":82,"stargazers_count":458,"open_issues_count":0,"forks_count":86,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-14T16:53:42.120Z","etag":null,"topics":["development","ecmascript","es6","eslint","javascript","linter","nodejs","standard","static-code-analysis","style-guide"],"latest_commit_sha":null,"homepage":"https://standardjs.com","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/standard.png","metadata":{"funding":{"github":["standard","feross"]},"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}},"created_at":"2015-06-10T19:36:31.000Z","updated_at":"2025-01-17T18:47:31.000Z","dependencies_parsed_at":"2023-09-24T02:19:35.776Z","dependency_job_id":null,"html_url":"https://github.com/standard/eslint-config-standard-react","commit_stats":{"total_commits":143,"total_committers":26,"mean_commits":5.5,"dds":"0.28671328671328666","last_synced_commit":"3dbac862af3b7c73bcfef281ae07599bc49630b2"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standard%2Feslint-config-standard-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standard%2Feslint-config-standard-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standard%2Feslint-config-standard-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standard%2Feslint-config-standard-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/standard","download_url":"https://codeload.github.com/standard/eslint-config-standard-react/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254283227,"owners_count":22045134,"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":["development","ecmascript","es6","eslint","javascript","linter","nodejs","standard","static-code-analysis","style-guide"],"created_at":"2024-08-01T06:01:40.032Z","updated_at":"2025-05-15T10:02:11.371Z","avatar_url":"https://github.com/standard.png","language":"JavaScript","funding_links":["https://github.com/sponsors/standard","https://github.com/sponsors/feross"],"categories":["JavaScript"],"sub_categories":[],"readme":"# eslint-config-standard-react [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]\n\n[travis-image]: https://img.shields.io/travis/standard/eslint-config-standard-react/master.svg\n[travis-url]: https://travis-ci.org/standard/eslint-config-standard-react\n[npm-image]: https://img.shields.io/npm/v/eslint-config-standard-react.svg\n[npm-url]: https://npmjs.org/package/eslint-config-standard-react\n[downloads-image]: https://img.shields.io/npm/dm/eslint-config-standard-react.svg\n[downloads-url]: https://npmjs.org/package/eslint-config-standard-react\n[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg\n[standard-url]: https://standardjs.com\n\n#### An ESLint [Shareable Config](http://eslint.org/docs/developer-guide/shareable-configs) for React/JSX support in [JavaScript Standard Style](https://github.com/standard/standard)\n\n[![js-standard-style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)\n\n## Install\n\nThis module is for advanced users. You probably want to use [`standard`](https://github.com/standard/standard) instead :)\n\n```bash\nnpm install eslint-config-standard-react\n```\n\n## Usage\n\nShareable configs are designed to work with the `extends` feature of `.eslintrc` files.\nYou can learn more about\n[Shareable Configs](http://eslint.org/docs/developer-guide/shareable-configs) on the\nofficial ESLint website.\n\nThis Shareable Config adds React and JSX to the baseline JavaScript Standard Style rules\nprovided in `eslint-config-standard`.\n\nHere's how to install everything you need:\n\n```bash\nnpm install --save-dev @babel/core @babel/eslint-parser eslint-config-standard eslint-config-standard-jsx eslint-config-standard-react eslint-plugin-promise eslint-plugin-import eslint-plugin-node eslint-plugin-react\n```\n\nThen, add this to your `.eslintrc` file:\n\n```\n{\n  \"parser\": \"@babel/eslint-parser\",\n  \"extends\": [\"standard\", \"standard-jsx\", \"standard-react\"]\n}\n```\n\n*Note: We omitted the `eslint-config-` prefix since it is automatically assumed by ESLint.*\n\nYou can override settings from the shareable config by adding them directly into your\n`.eslintrc` file.\n\n### Looking for something easier than this?\n\nThe easiest way to use JavaScript Standard Style to check your code is to use the\n[`standard`](https://github.com/standard/standard) package. This comes with a global\nNode command line program (`standard`) that you can run or add to your `npm test` script\nto quickly check your style.\n\n## Badge\n\nUse this in one of your projects? Include one of these badges in your readme to\nlet people know that your code is using the standard style.\n\n[![js-standard-style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)\n\n```markdown\n[![js-standard-style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)\n```\n\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/standard/standard)\n\n```markdown\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/standard/standard)\n```\n\n## Learn more\n\nFor the full listing of rules, editor plugins, FAQs, and more, visit the main\n[JavaScript Standard Style repo](https://github.com/standard/standard).\n\n## License\n\nMIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstandard%2Feslint-config-standard-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstandard%2Feslint-config-standard-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstandard%2Feslint-config-standard-react/lists"}