{"id":24732515,"url":"https://github.com/angablue/eslint-config","last_synced_at":"2025-10-10T01:32:39.677Z","repository":{"id":41985444,"uuid":"419734083","full_name":"AngaBlue/eslint-config","owner":"AngaBlue","description":"A comprehensive Eslint configuation package for JavaScript \u0026 TypeScript projects, with support for React.","archived":true,"fork":false,"pushed_at":"2024-08-01T13:25:03.000Z","size":200,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T13:04:46.607Z","etag":null,"topics":["eslint","eslint-config","react","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@angablue/eslint-config","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AngaBlue.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":"2021-10-21T13:27:27.000Z","updated_at":"2024-12-21T10:28:20.000Z","dependencies_parsed_at":"2023-12-19T12:14:42.849Z","dependency_job_id":"ea6d41ec-aa99-4882-8b57-2a4085d5e5e7","html_url":"https://github.com/AngaBlue/eslint-config","commit_stats":null,"previous_names":["angablue/eslint"],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/AngaBlue/eslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngaBlue%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngaBlue%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngaBlue%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngaBlue%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AngaBlue","download_url":"https://codeload.github.com/AngaBlue/eslint-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngaBlue%2Feslint-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002406,"owners_count":26083374,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["eslint","eslint-config","react","typescript"],"created_at":"2025-01-27T17:52:35.571Z","updated_at":"2025-10-10T01:32:39.418Z","avatar_url":"https://github.com/AngaBlue.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eAngaBlue Eslint Config 🧑🏻‍💻\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@angablue/eslint-config\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Downloads\" src=\"https://img.shields.io/npm/dm/@angablue/eslint-config.svg?color=blue\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@angablue/eslint-config\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Version\" src=\"https://img.shields.io/npm/v/@angablue/eslint-config.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/AngaBlue/eslint/blob/master/LICENSE\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: LGPL--3.0--or--later\" src=\"https://img.shields.io/npm/l/@angablue/eslint-config?color=green\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nA comprehensive Eslint configuation package for JavaScript \u0026 TypeScript projects, with support for React.\n\n### 🏠 [Homepage](https://github.com/AngaBlue/eslint-config#readme)\n\n## Install\n\nInstall this package and it's peer dependencies with your package manager of choice.\n\n```sh\nnpm i -D @angablue/eslint-config eslint prettier\n```\n\nor\n\n```sh\nyarn add -D @angablue/eslint-config eslint prettier\n```\n\n## Usage\nThen create the file `.eslintrc.js` in the root directory of your project with the contents:\n\n```js\nmodule.exports = {\n  extends: '@angablue',\n};\n```\n\nYou may also want to add a script to your `package.json` in order to quickly lint and fix problems with your code.\n\n```json\n\"scripts\": {\n    \"lint\": \"eslint . --ext js,jsx,ts,tsx --fix\"\n}\n```\n\nNow you can, manually lint using the command `npm run lint` or `yarn lint`, while also receiving inline suggestions and warnings in your editor with the appropriate `eslint` extension installed.\n## Author\n\n👤 **AngaBlue \u003ccontact@anga.blue\u003e**\n\n* Website: https://anga.blue\n* Github: [@AngaBlue](https://github.com/AngaBlue)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](https://github.com/AngaBlue/eslint-config/issues). You can also take a look at the [contributing guide]( ).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📝 License\n\nCopyright © 2021 [AngaBlue \u003ccontact@anga.blue\u003e](https://github.com/AngaBlue).\u003cbr /\u003e\nThis project is [LGPL--3.0--or--later](https://github.com/AngaBlue/eslint/blob/master/LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangablue%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangablue%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangablue%2Feslint-config/lists"}