{"id":20892911,"url":"https://github.com/a5sys/angulartslintrules","last_synced_at":"2026-04-20T23:32:18.961Z","repository":{"id":57093933,"uuid":"130873496","full_name":"A5sys/AngularTslintRules","owner":"A5sys","description":"Extra rules for tslint with angular","archived":false,"fork":false,"pushed_at":"2023-07-11T11:05:44.000Z","size":26,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-20T08:12:43.175Z","etag":null,"topics":["angular","tslint"],"latest_commit_sha":null,"homepage":null,"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/A5sys.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}},"created_at":"2018-04-24T15:12:04.000Z","updated_at":"2019-06-18T14:41:08.000Z","dependencies_parsed_at":"2022-08-22T21:40:21.419Z","dependency_job_id":null,"html_url":"https://github.com/A5sys/AngularTslintRules","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A5sys%2FAngularTslintRules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A5sys%2FAngularTslintRules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A5sys%2FAngularTslintRules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A5sys%2FAngularTslintRules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/A5sys","download_url":"https://codeload.github.com/A5sys/AngularTslintRules/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243277501,"owners_count":20265352,"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":["angular","tslint"],"created_at":"2024-11-18T10:14:14.638Z","updated_at":"2025-12-28T03:13:07.712Z","avatar_url":"https://github.com/A5sys.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AngularTslintRules\n\nExtra rules for tslint with angular\n\n Enable the rule in your tslint.json:\n```\n  \"class-suffix\": true,\n ```\n\n## class-suffix\nThis rule check that the Typescript files contains a combination  of prefix + '.' + suffix.\n\nExample: 'app.module.ts', 'app.component.ts', 'app.component.spec.ts'\n\n\nYou can use custom the rule:\n```\n \"class-suffix\": [true, {\n      \"prefix\": [\n        \"component\",\n        \"service\",\n        \"module\",\n        \"directive\",\n        \"model\",\n        \"pipe\",\n        \"tools\"\n      ],\n      \"suffix\": [\n        \"ts\",\n        \"spec.ts\",\n      ],\n      \"ignore\": [\n        \"public_api.ts\"\n      ]\n    }],\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa5sys%2Fangulartslintrules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa5sys%2Fangulartslintrules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa5sys%2Fangulartslintrules/lists"}