{"id":19660956,"url":"https://github.com/o2team/eslint-config-o2team","last_synced_at":"2025-04-28T20:32:30.729Z","repository":{"id":177692145,"uuid":"85779749","full_name":"o2team/eslint-config-o2team","owner":"o2team","description":"ESLint Shareable Config for the O2Team Javascript Style Guide","archived":false,"fork":false,"pushed_at":"2022-04-10T17:33:07.000Z","size":506,"stargazers_count":8,"open_issues_count":9,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-11T02:44:20.236Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/o2team.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-03-22T03:15:08.000Z","updated_at":"2024-12-08T03:18:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"fdc1339d-d2f2-41da-914f-610f35877003","html_url":"https://github.com/o2team/eslint-config-o2team","commit_stats":null,"previous_names":["o2team/eslint-config-o2team"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/o2team%2Feslint-config-o2team","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/o2team%2Feslint-config-o2team/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/o2team%2Feslint-config-o2team/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/o2team%2Feslint-config-o2team/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/o2team","download_url":"https://codeload.github.com/o2team/eslint-config-o2team/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251383983,"owners_count":21580980,"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-11-11T16:06:02.341Z","updated_at":"2025-04-28T20:32:30.442Z","avatar_url":"https://github.com/o2team.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# eslint-config-o2team [![Build Status](https://travis-ci.org/o2team/eslint-config-o2team.svg?branch=master)](https://travis-ci.org/o2team/eslint-config-o2team)\n\n\u003e ESLint [Shareable Config](http://eslint.org/docs/developer-guide/shareable-configs.html) for the O2Team Javascript Style Guide\n\n\n## Installation\n\n```\n$ npm install --save-dev eslint eslint-config-o2team\n```\n\n\n## Usage\n\n### eslint-config-o2team\n\nOnce the `eslint-config-o2team` package is installed, you can use it by specifying `o2team` in the `extends` section of your [ESLint configuration](http://eslint.org/docs/user-guide/configuring).\n\n```js\n{\n  \"extends\": \"o2team\",\n  \"rules\": {\n    // Additional, per-project rules...\n  }\n}\n```\n\nOr you can specifying `eslint-config-o2team` in the `eslintConfig` section of your `package.json`\n\n```json\n{\n  \"eslintConfig\": {\n    \"extends\": \"eslint-config-o2team\"\n  }\n}\n```\n\n### eslint-config-o2team/legacy\n\nMaybe some legacy projects use `ES5` and below.\n\n```js\n{\n  \"extends\": \"o2team/legacy\",\n  \"rules\": {\n    // Additional, per-project rules...\n  }\n}\n```\n\n## [License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fo2team%2Feslint-config-o2team","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fo2team%2Feslint-config-o2team","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fo2team%2Feslint-config-o2team/lists"}