{"id":31756733,"url":"https://github.com/ebay/eslint-config-ebay","last_synced_at":"2025-10-09T19:22:52.298Z","repository":{"id":21698321,"uuid":"93803146","full_name":"eBay/eslint-config-ebay","owner":"eBay","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-01T03:24:46.000Z","size":91,"stargazers_count":14,"open_issues_count":4,"forks_count":11,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-09-24T01:25:51.897Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/eBay.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":"2017-06-09T00:34:19.000Z","updated_at":"2024-08-16T09:09:33.000Z","dependencies_parsed_at":"2024-06-18T21:23:55.300Z","dependency_job_id":null,"html_url":"https://github.com/eBay/eslint-config-ebay","commit_stats":{"total_commits":36,"total_committers":11,"mean_commits":3.272727272727273,"dds":0.5555555555555556,"last_synced_commit":"c22c8534438c6180fd4927978eb2afb1fb10984d"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/eBay/eslint-config-ebay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eBay%2Feslint-config-ebay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eBay%2Feslint-config-ebay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eBay%2Feslint-config-ebay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eBay%2Feslint-config-ebay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eBay","download_url":"https://codeload.github.com/eBay/eslint-config-ebay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eBay%2Feslint-config-ebay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001978,"owners_count":26083243,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-10-09T19:22:50.545Z","updated_at":"2025-10-09T19:22:52.292Z","avatar_url":"https://github.com/eBay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-ebay\n\nThis package provides eBay's [.eslintrc](./.eslintrc) as a shared npm module. This is similar to that of airbnb's extensible [shared config](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb). \n\n## Usage\n\nThere are two ESLint configurations available.\n\n### eslint-config-ebay\n\nThe default export contains all of our ESLint rules, including EcmaScript 6+.\n\n1. `npm install --save-dev eslint-config-ebay eslint`\n2. add `\"extends\": \"ebay\"` to your .eslintrc\n\n### eslint-config-ebay/legacy\nLints ES5 and below.\n\n1. `npm install --save-dev eslint-config-ebay eslint`\n2. add `\"extends\": \"ebay/legacy\"` to your .eslintrc\n\n## IDE Integration\nInstall the ESLint validator plugin in your favorite text editor. Next step is to point the eslint [config](http://eslint.org/docs/user-guide/configuring) to the rules in [this](https://github.com/ebay/eslint-config-ebay) repo. To do that, clone the repo\n\n`git clone https://github.com/ebay/eslint-config-ebay.git`\n\nand point the config to \n\n1. For ES5 and below `\u003cpath to repo\u003e/eslint-config-ebay/legacy.js`\n2. ES6 included `\u003cpath to repo\u003e/eslint-config-ebay/index.js`\n\nFor example, in Sublime Text editor add the below in `SublimeLinter.sublime-settings` file\n```json\n\"linters\": {\n        \"eslint\": {\n            \"@disable\": false,\n            \"args\": [\n                \"-c\",\n                \"/Users/someUser/eslint-config-ebay/index.js\"\n            ],\n            \"excludes\": []\n        }\n  }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febay%2Feslint-config-ebay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febay%2Feslint-config-ebay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febay%2Feslint-config-ebay/lists"}