{"id":18895892,"url":"https://github.com/echobind/eslint-plugin-echobind","last_synced_at":"2026-02-26T18:08:15.801Z","repository":{"id":35403677,"uuid":"190767106","full_name":"echobind/eslint-plugin-echobind","owner":"echobind","description":"Echobind's recommended eslint settings.","archived":false,"fork":false,"pushed_at":"2023-01-08T18:51:58.000Z","size":7401,"stargazers_count":4,"open_issues_count":17,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T18:21:39.120Z","etag":null,"topics":["eslint","eslint-config","react","react-native"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/echobind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-07T15:28:43.000Z","updated_at":"2022-05-20T15:23:15.000Z","dependencies_parsed_at":"2023-01-15T20:31:13.852Z","dependency_job_id":null,"html_url":"https://github.com/echobind/eslint-plugin-echobind","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echobind%2Feslint-plugin-echobind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echobind%2Feslint-plugin-echobind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echobind%2Feslint-plugin-echobind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echobind%2Feslint-plugin-echobind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/echobind","download_url":"https://codeload.github.com/echobind/eslint-plugin-echobind/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248989518,"owners_count":21194606,"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","react","react-native"],"created_at":"2024-11-08T08:31:01.760Z","updated_at":"2026-02-26T18:08:10.769Z","avatar_url":"https://github.com/echobind.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Test](https://github.com/echobind/eslint-plugin-echobind/actions/workflows/test.yml/badge.svg)](https://github.com/echobind/eslint-plugin-echobind/actions/workflows/test.yml)\n\n# eslint-plugin-echobind\n\nEchobind's recommended eslint rules and configs\n\n## Installation\n\nYou'll first need to install [ESLint](http://eslint.org):\n\n```\n$ yarn add eslint\n```\n\nNext, install `eslint-plugin-echobind`:\n\n```\n$ yarn add eslint-plugin-echobind\n```\n\n**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-echobind` globally.\n\n## Usage\n\nEslint configs come bundled with this package. To use one, add it to the extends option in `.eslintrc.js`. For example, the following will use the React config:\n\n```js\nmodule.exports = {\n  extends: [\"plugin:echobind/react\"],\n};\n```\n\nIf working on a Node project, use the node config:\n\n```js\nmodule.exports = {\n  extends: [\"plugin:echobind/node\"],\n};\n```\n\n## Provided Configs\n\nThis plugin provides the following configs:\n\n- [React](./lib/configs/react.js): Use this for React projects with TypeScript\n- [NodeJS](./lib/configs/node.js): Use this for Node projects with TypeScript\n- [React Native](./lib/configs/react-native.js): Use this for React Native projects with TypeScript\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fechobind%2Feslint-plugin-echobind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fechobind%2Feslint-plugin-echobind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fechobind%2Feslint-plugin-echobind/lists"}