{"id":25050944,"url":"https://github.com/angablue/biome-config","last_synced_at":"2025-05-07T01:12:06.896Z","repository":{"id":269141933,"uuid":"906564260","full_name":"AngaBlue/biome-config","owner":"AngaBlue","description":"A comprehensive Biome configuation package for JavaScript \u0026 TypeScript projects, with support for React.","archived":false,"fork":false,"pushed_at":"2025-03-07T06:21:47.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T04:51:20.083Z","etag":null,"topics":["biome","biomejs","linting"],"latest_commit_sha":null,"homepage":"","language":null,"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":"2024-12-21T08:52:11.000Z","updated_at":"2025-03-07T06:21:50.000Z","dependencies_parsed_at":"2024-12-21T12:52:56.104Z","dependency_job_id":null,"html_url":"https://github.com/AngaBlue/biome-config","commit_stats":null,"previous_names":["angablue/biome-config"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngaBlue%2Fbiome-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngaBlue%2Fbiome-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngaBlue%2Fbiome-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngaBlue%2Fbiome-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AngaBlue","download_url":"https://codeload.github.com/AngaBlue/biome-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252393667,"owners_count":21740715,"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":["biome","biomejs","linting"],"created_at":"2025-02-06T09:18:38.761Z","updated_at":"2025-05-07T01:12:06.887Z","avatar_url":"https://github.com/AngaBlue.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eAngaBlue Biome Config 🧑🏻‍💻\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@angablue/biome-config\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Downloads\" src=\"https://img.shields.io/npm/dm/@angablue/biome-config.svg?color=blue\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@angablue/biome-config\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Version\" src=\"https://img.shields.io/npm/v/@angablue/biome-config.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/AngaBlue/biome-config/blob/master/LICENSE\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: LGPL--3.0--or--later\" src=\"https://img.shields.io/npm/l/@angablue/biome-config?color=green\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nA comprehensive Biome configuration package for JavaScript \u0026 TypeScript projects, with support for React.\n\n### 🏠 [Homepage](https://github.com/AngaBlue/biome-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/biome-config @biomejs/biome\n```\n\n## Usage\n\nThen create the file `biome.jsonc` in the root directory of your project with the contents:\n\n```jsonc\n{\n  \"$schema\": \"./node_modules/@biomejs/biome/configuration_schema.json\",\n  \"extends\": [\"@angablue/biome-config\"]\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\": \"biome check --fix --error-on-warnings\"\n}\n```\n\nNow you can, manually lint using the command `npm run lint`, while also receiving inline suggestions and warnings in your editor with the appropriate [`biome`](https://biomejs.dev/guides/editors/first-party-extensions/) extension installed.\n\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/biome-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/biome-config/blob/master/LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangablue%2Fbiome-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangablue%2Fbiome-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangablue%2Fbiome-config/lists"}