{"id":28490972,"url":"https://github.com/videojs/eslint-config-videojs","last_synced_at":"2025-07-11T12:42:36.184Z","repository":{"id":50828739,"uuid":"47221713","full_name":"videojs/eslint-config-videojs","owner":"videojs","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-10T15:01:09.000Z","size":532,"stargazers_count":3,"open_issues_count":3,"forks_count":6,"subscribers_count":23,"default_branch":"main","last_synced_at":"2025-06-08T07:44:10.063Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/videojs.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":"2015-12-01T22:35:23.000Z","updated_at":"2024-05-10T15:01:12.000Z","dependencies_parsed_at":"2024-06-18T20:00:32.783Z","dependency_job_id":null,"html_url":"https://github.com/videojs/eslint-config-videojs","commit_stats":{"total_commits":54,"total_committers":8,"mean_commits":6.75,"dds":0.6481481481481481,"last_synced_commit":"e48bbd4f72333f7daf4eef75e2ecb8c89e451119"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/videojs/eslint-config-videojs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videojs%2Feslint-config-videojs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videojs%2Feslint-config-videojs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videojs%2Feslint-config-videojs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videojs%2Feslint-config-videojs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/videojs","download_url":"https://codeload.github.com/videojs/eslint-config-videojs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videojs%2Feslint-config-videojs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264175218,"owners_count":23568420,"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":"2025-06-08T07:30:53.090Z","updated_at":"2025-07-11T12:42:36.177Z","avatar_url":"https://github.com/videojs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# video.js ESLint Shareable Config\n\n[![Build Status](https://travis-ci.org/videojs/eslint-config-videojs.svg?branch=master)](https://travis-ci.org/videojs/eslint-config-videojs)\n[![Greenkeeper badge](https://badges.greenkeeper.io/videojs/eslint-config-videojs.svg)](https://greenkeeper.io/)\n[![Slack Status](http://slack.videojs.com/badge.svg)](http://slack.videojs.com)\n\n[![NPM](https://nodei.co/npm/eslint-config-videojs.png?downloads=true\u0026downloadRank=true)](https://nodei.co/npm/eslint-config-videojs/)\n\nAn ESLint [Shareable Config][shareable-configs] for [video.js Standard Style][videojs-standard].\n\n_This package is for advanced users. If you only want the [video.js Standard Style][videojs-standard] program to check your code, use that instead!_\n\nLead Maintainer: Pat O'Neill [@misteroneill](https://github.com/misteroneill)\n\nMaintenance Status: Stable\n\n## Install\n\n```bash\nnpm install eslint-config-videojs\n```\n\n## Usage\n\nShareable configs are designed to work with the `extends` feature of `.eslintrc` files.\n\nYou can learn more about [Shareable Configs][shareable-configs] on the official ESLint website.\n\nTo use the video.js Standard Style shareable config, first run this:\n\n```bash\nnpm install eslint-config-videojs\n```\n\nThen, add this to your .eslintrc file:\n\n```json\n{\n  \"extends\": \"videojs\"\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 `.eslintrc` file.\n\n## Contributing\n\nThis project should almost never change.\n\nA rule should only change if there is a _very_ compelling reason that the video.js core contributors have agreed upon by discussion in an issue.\n\n### Versioning Guidelines\n\nBecause this project can cause builds to fail, we want to avoid any potentially breaking changes outside of major versions. As such, these rules will be followed:\n\n- Any change which is a loosening of a rule (an error becoming a warning or a rule being removed) can be released as a **patch**.\n- Any change which is tightening a rule from off to warning can be released as a **minor**.\n- All other changes are considered **major**.\n\nThis should allow common version ranges (`~` and `^`) to _never_ introduce a change that could break someone's build due to linter errors!\n\n## License\n\nApache-2.0. Copyright (c) [Brightcove, Inc.][bcov]\n\nThis project is based on [`eslint-config-standard`][eslint-config-standard], which is licensed under the MIT license and copyright (c) Feross Aboukhadijeh.\n\n[bcov]: https://www.brightcove.com/\n[contrib]: CONTRIBUTING.md\n[eslint-config-standard]: https://github.com/feross/eslint-config-standard\n[shareable-configs]: http://eslint.org/docs/developer-guide/shareable-configs\n[videojs-standard]: https://github.com/videojs/standard\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvideojs%2Feslint-config-videojs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvideojs%2Feslint-config-videojs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvideojs%2Feslint-config-videojs/lists"}