{"id":17810686,"url":"https://github.com/aurelienloyer/eslint-plugin-angular-template-use-track-by-or-aliases","last_synced_at":"2026-04-27T22:32:38.296Z","repository":{"id":113785128,"uuid":"547300827","full_name":"AurelienLoyer/eslint-plugin-angular-template-use-track-by-or-aliases","owner":"AurelienLoyer","description":"Just a custom ESLint rule allowing usage of aliases for the rule @angular-eslint/template/use-track-by-function","archived":false,"fork":false,"pushed_at":"2022-10-17T20:24:27.000Z","size":132,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T06:43:56.262Z","etag":null,"topics":["angular-eslint","eslint-plugin","eslint-rules","hacktoberfest","hacktoberfest-accepted","hacktoberfest-accepted2022"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/AurelienLoyer.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":"2022-10-07T13:07:52.000Z","updated_at":"2023-03-17T13:19:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"16600c9d-ad04-4718-8423-90d81bcc2bd3","html_url":"https://github.com/AurelienLoyer/eslint-plugin-angular-template-use-track-by-or-aliases","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AurelienLoyer/eslint-plugin-angular-template-use-track-by-or-aliases","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AurelienLoyer%2Feslint-plugin-angular-template-use-track-by-or-aliases","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AurelienLoyer%2Feslint-plugin-angular-template-use-track-by-or-aliases/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AurelienLoyer%2Feslint-plugin-angular-template-use-track-by-or-aliases/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AurelienLoyer%2Feslint-plugin-angular-template-use-track-by-or-aliases/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AurelienLoyer","download_url":"https://codeload.github.com/AurelienLoyer/eslint-plugin-angular-template-use-track-by-or-aliases/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AurelienLoyer%2Feslint-plugin-angular-template-use-track-by-or-aliases/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32358509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["angular-eslint","eslint-plugin","eslint-rules","hacktoberfest","hacktoberfest-accepted","hacktoberfest-accepted2022"],"created_at":"2024-10-27T15:39:23.563Z","updated_at":"2026-04-27T22:32:38.270Z","avatar_url":"https://github.com/AurelienLoyer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESLint plugin Angular template `use-track-by-or-aliases`\n\nIf you are using the awesome `@angular-eslint` plugin and especialy the rule `use-track-by-function` (https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/src/rules/use-track-by-function.ts),\nyou will see that there is no possibility to custom this rule (link to rule configuration). Only params of criticy is allowed ('error', 'warn', ...)\n\nThis plugin is just a duplication of the existing rule but adding customisation with aliases ✨\n\n## TODO\n\n- [x] Generate repository\n- [x] Init npm project\n- [ ] Add documentations about\n  - [ ] Project\n  - [ ] How to use\n  - [ ] How to dev\n  - [ ] ...\n- [x] Add rule\n- [-] Add tests\n- [ ] Add build script\n- [ ] Use Github action to publish to NPM \u003ca href=\"https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages\"\u003e(Link to doc)\u003c/a\u003e\n- [ ] Test the rule on real project\n\n\n## Links \n\nhttps://dev.to/mbarzeev/creating-a-custom-eslint-rule-with-tdd-120g\nhttps://github.com/sagiavinash/eslint-plugin-organize-imports/blob/6aa2b2eb900d521983352da1120089333c3db404/tests/lib/rules/organize-imports.js#L5  \nhttps://eslint.org/docs/latest/user-guide/configuring/rules#configuring-rules\nhttps://www.kenneth-truyers.net/2016/05/27/writing-custom-eslint-rules/\nhttps://stevenpetryk.com/blog/custom-eslint-rules/\nhttps://medium.com/bigpicture-one/writing-custom-typescript-eslint-rules-with-unit-tests-for-angular-project-f004482551db\nhttps://www.thisdot.co/blog/improving-angular-ngfor-using-trackbyid-directive\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faurelienloyer%2Feslint-plugin-angular-template-use-track-by-or-aliases","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faurelienloyer%2Feslint-plugin-angular-template-use-track-by-or-aliases","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faurelienloyer%2Feslint-plugin-angular-template-use-track-by-or-aliases/lists"}