{"id":20949852,"url":"https://github.com/team23/eslint-config-team23-angular","last_synced_at":"2025-05-14T03:32:16.855Z","repository":{"id":57684391,"uuid":"488559280","full_name":"team23/eslint-config-team23-angular","owner":"team23","description":"Eslint rules for Angular related projects","archived":false,"fork":false,"pushed_at":"2024-09-06T07:14:22.000Z","size":553,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-09-06T08:43:25.407Z","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/team23.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}},"created_at":"2022-05-04T11:21:41.000Z","updated_at":"2024-09-06T07:14:25.000Z","dependencies_parsed_at":"2023-02-03T22:15:53.182Z","dependency_job_id":null,"html_url":"https://github.com/team23/eslint-config-team23-angular","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team23%2Feslint-config-team23-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team23%2Feslint-config-team23-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team23%2Feslint-config-team23-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team23%2Feslint-config-team23-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/team23","download_url":"https://codeload.github.com/team23/eslint-config-team23-angular/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225275154,"owners_count":17448383,"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-19T00:44:10.902Z","updated_at":"2024-11-19T00:44:11.584Z","avatar_url":"https://github.com/team23.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-team23-angular\n\nA set of eslint rules used by TEAM23 for standard angular projects\n\n## ⚠️ Important Notice: Migration to Monorepo ⚠️\n\n**🚨 This package has been moved to a monorepo! 🚨**\n\nAs of 09.09.2024, the project has been migrated to a monorepo structure. You can now find the project at the following location:\n\n**🔗 Monorepo Path:** https://github.com/team23/style-guide/tree/main/libs/angular\n\nThis move allows us to better manage shared code and collaborate efficiently. Please make sure to update your references to the new monorepo structure.\n\nIf you encounter any issues or have questions, please open an issue in the new monorepo repository.\n\n## Installation in your project\nAdd the library to your `package.json` as `devDependency`\n\n```bash\nnpm i --save-dev @team23/eslint-config-team23-angular\n```\n\n### Usage in your project\n\nIf you've enabled `eslint` locally within your project, just set your `.eslintrc.[json|js]` config to extend the rules from this repo:\n\n#### Extend Globally\n```json\n{\n    \"extends\": \"@team23/eslint-config-team23-angular\"\n}\n```\n\n#### Extend overrides\n```json\n{\n    \"overrides\": [\n        {\n            \"files\": [\n                \"*.ts\",\n                \"*.tsx\"\n            ],\n            \"extends\": [\n                \"@team23/eslint-config-team23-angular\"\n            ],\n            \"rules\": {}\n        },\n        {\n            \"files\": [\n                \"*.html\"\n            ],\n            \"extends\": [\n                \"@team23/eslint-config-team23-angular\"\n            ],\n            rules: {}\n        }\n    ]\n}\n```\n\n### Extending the .eslintrc.json\n\nSimply add a `\"rules\"` key to your config, then add your overrides and additions there.\n\n```json\n{\n    \"extends\": \"@team23/eslint-config-team23-angular\"\n    \"rules\": {\n        \"@angular-eslint/template/no-any\": \"off\"\n    }\n}\n```\n\n## Development\n\n#### Rules that should be included here\n - angular rules (including ones that relate to templates)\n\n#### Rules that should NOT be included here\n - eslint rules\n - @typescript-eslint rules\n - rules from other frameworks (react, vue), libraries (nx), etc.\n\n### Proposing rule changes\n\nFor proposing changes to the ruleset please open either\n\n-   a merge request\n-   reviewed and approved by at least one mid-senior level developer\n-   additional permission is required if you would like to make a new version after the rule change\n\n### Creating a new version after new rule changes\n\n1) update [CHANGELOG.md](CHANGELOG.md)\n2) Run `npm version [\u003cnewversion\u003e | major | minor | patch] -m \"feat(core): \u003cversionmessage\u003e\"`\n3) Push commits and tags\n4) Run `npm publish --access public` to publish the new version to npm\n\n### Usage inside of this project \n\nIf you want a brief test of this repo, do the following:\n\n- `npm ci`\n- Run `npm run lint`\n\n## [License](LICENSE)\nTEAM23 GmbH\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam23%2Feslint-config-team23-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteam23%2Feslint-config-team23-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam23%2Feslint-config-team23-angular/lists"}