{"id":15015710,"url":"https://github.com/emberjs/eslint-plugin-ember-internal","last_synced_at":"2025-10-19T14:32:05.006Z","repository":{"id":8762743,"uuid":"59669597","full_name":"emberjs/eslint-plugin-ember-internal","owner":"emberjs","description":"ESLint rules used internally by Ember.js","archived":false,"fork":false,"pushed_at":"2023-02-27T09:15:36.000Z","size":895,"stargazers_count":2,"open_issues_count":7,"forks_count":6,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-10-29T14:54:26.953Z","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/emberjs.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}},"created_at":"2016-05-25T14:22:04.000Z","updated_at":"2024-01-12T18:08:16.000Z","dependencies_parsed_at":"2024-02-23T06:47:10.813Z","dependency_job_id":null,"html_url":"https://github.com/emberjs/eslint-plugin-ember-internal","commit_stats":{"total_commits":44,"total_committers":9,"mean_commits":4.888888888888889,"dds":0.5681818181818181,"last_synced_commit":"6368ba07ae9398e021062c8f7c3a272d869f66d1"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emberjs%2Feslint-plugin-ember-internal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emberjs%2Feslint-plugin-ember-internal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emberjs%2Feslint-plugin-ember-internal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emberjs%2Feslint-plugin-ember-internal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emberjs","download_url":"https://codeload.github.com/emberjs/eslint-plugin-ember-internal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237152793,"owners_count":19263783,"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-09-24T19:47:49.299Z","updated_at":"2025-10-19T14:32:04.618Z","avatar_url":"https://github.com/emberjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-ember-internal\n\n[![NPM version](https://img.shields.io/npm/v/eslint-plugin-ember-internal.svg?style=flat)](https://npmjs.org/package/eslint-plugin-ember-internal)\n\nRules used internally by Ember.js\n\n## Installation\n\nYou'll first need to install [ESLint](http://eslint.org):\n\n```sh\nnpm i eslint --save-dev\n```\n\nNext, install `eslint-plugin-ember-internal`:\n\n```sh\nnpm install eslint-plugin-ember-internal --save-dev\n```\n\n**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-ember-internal` globally.\n\n## Usage\n\nAdd `ember-internal` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n    \"plugins\": [\n        \"ember-internal\"\n    ]\n}\n```\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n    \"rules\": {\n        \"ember-internal/rule-name\": 2\n    }\n}\n```\n\n## Rules\n\n\u003c!-- begin auto-generated rules list --\u003e\n\n🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).\n\n| Name                                                                           | Description                                                                          | 🔧 |\n| :----------------------------------------------------------------------------- | :----------------------------------------------------------------------------------- | :- |\n| [no-const-outside-module-scope](docs/rules/no-const-outside-module-scope.md)   | disallow `const` from being used outside of the module scope (e.g. in functions)     | 🔧 |\n| [no-empty-yuidoc-code-blocks](docs/rules/no-empty-yuidoc-code-blocks.md)       | disallow empty code blocks in YUIDoc comments                                        |    |\n| [require-yuidoc-access](docs/rules/require-yuidoc-access.md)                   | require that every YUIDoc comment has `@public`, `@protected` or `@private` declared |    |\n| [require-yuidoc-code-block-type](docs/rules/require-yuidoc-code-block-type.md) | require that every code blocks in YUIDoc comments has a type associated              |    |\n\n\u003c!-- end auto-generated rules list --\u003e\n\n## Related\n\n- [eslint-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember) - public ESLint rules for Ember.js\n\n## License\n\neslint-plugin-ember-internal is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femberjs%2Feslint-plugin-ember-internal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femberjs%2Feslint-plugin-ember-internal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femberjs%2Feslint-plugin-ember-internal/lists"}