{"id":15287181,"url":"https://github.com/pepeeja/eslint-config-angular","last_synced_at":"2026-04-10T23:04:33.263Z","repository":{"id":147107327,"uuid":"618570515","full_name":"pepeeja/eslint-config-angular","owner":"pepeeja","description":"ESLint and Prettier setup for Angular v15 projects","archived":false,"fork":false,"pushed_at":"2023-07-13T15:56:38.000Z","size":92,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T01:14:18.959Z","etag":null,"topics":["angular","eslint","eslint-config","prettier"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@pepeeja/eslint-config-angular","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/pepeeja.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":"2023-03-24T19:01:58.000Z","updated_at":"2023-03-24T19:10:16.000Z","dependencies_parsed_at":"2024-10-14T18:31:05.400Z","dependency_job_id":null,"html_url":"https://github.com/pepeeja/eslint-config-angular","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/pepeeja%2Feslint-config-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepeeja%2Feslint-config-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepeeja%2Feslint-config-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepeeja%2Feslint-config-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pepeeja","download_url":"https://codeload.github.com/pepeeja/eslint-config-angular/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245200679,"owners_count":20576673,"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","eslint","eslint-config","prettier"],"created_at":"2024-09-30T15:25:26.039Z","updated_at":"2026-04-10T23:04:33.211Z","avatar_url":"https://github.com/pepeeja.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @pepeeja/eslint-config-angular\n\n\n[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/pepeeja/eslint-config-angular/blob/main/LICENSE) [![npm latest package](https://img.shields.io/npm/v/@pepeeja/eslint-config-angular/latest.svg)](https://www.npmjs.com/package/@pepeeja/eslint-config-angular) \n\nESLint and Prettier setup for Angular project\n\n## Install\n\n```shell\n// with npm\nnpm install @pepeeja/eslint-config-angular\n\n// with yarn\nyarn add @pepeeja/eslint-config-angular\n```\n## Usage\n\n### Prettier\n\nThis package contains two configurations one for ESLint and Prettier.\n\nPrettier could be configured by creating `.prettierrc` file in the root directory of your project with the following content:\n\n```json\n\"@pepeeja/eslint-config-angular/prettier\"\n```\n\nESLint configuration has several options based on used environment. You can find list of available configurations below.\n\n### ESLint\n\nTo apply Angular specific rules there is additional configuration which is inherited from standard one.\nCreate `.eslintrc` file in the root directory of your project with the following content:\n\n```json\n{\n  \"extends\": \"@pepeeja/eslint-config-angular\"\n}\n```\n\nTo setup Typescript integration provide additional configuration in `.eslintrc` file:\n\n```json\n\"parserOptions\": {\n  \"ecmaVersion\": 2022,\n  \"project\": [\"tsconfig.json\"],\n  \"sourceType\": \"module\"\n}\n```\n\nTo enable Typescript path aliases provide configuration for import resolver in `.eslintrc` file:\n\n```json\n\"settings\": {\n  \"import/resolver\": {\n    \"typescript\": {\n      \"project\": \"tsconfig.json\"\n    }\n  }\n}\n```\n\n## License\n\nThis project is licensed under the terms of the [MIT License](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepeeja%2Feslint-config-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpepeeja%2Feslint-config-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepeeja%2Feslint-config-angular/lists"}