{"id":30223622,"url":"https://github.com/kontent-ai/biome-config","last_synced_at":"2026-01-08T08:18:52.148Z","repository":{"id":296985524,"uuid":"994861335","full_name":"kontent-ai/biome-config","owner":"kontent-ai","description":"Biome configuration shared for Kontent.ai repositories","archived":false,"fork":false,"pushed_at":"2025-07-29T11:23:18.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-29T13:49:40.204Z","etag":null,"topics":["biomejs","kontent-ai"],"latest_commit_sha":null,"homepage":"","language":null,"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/kontent-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-02T15:38:35.000Z","updated_at":"2025-07-29T11:22:53.000Z","dependencies_parsed_at":"2025-06-03T19:24:59.304Z","dependency_job_id":"a03c8fa0-1918-4a56-9ed5-041b7c948eec","html_url":"https://github.com/kontent-ai/biome-config","commit_stats":null,"previous_names":["kontent-ai/biome-config"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/kontent-ai/biome-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontent-ai%2Fbiome-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontent-ai%2Fbiome-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontent-ai%2Fbiome-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontent-ai%2Fbiome-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kontent-ai","download_url":"https://codeload.github.com/kontent-ai/biome-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontent-ai%2Fbiome-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270422667,"owners_count":24580835,"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-08-14T02:00:10.309Z","response_time":75,"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":["biomejs","kontent-ai"],"created_at":"2025-08-14T12:47:49.143Z","updated_at":"2026-01-08T08:18:52.089Z","avatar_url":"https://github.com/kontent-ai.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Contributors][contributors-shield]][contributors-url]\n[![npm][npm-shield]](https://www.npmjs.com/package/@kontent-ai/biome-config)\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n\n[![Discord][discord-shield]][discord-url]\n\n\n# Kontent.ai Biome configuration\n\nThis is the Biome configuration that Kontent.ai uses for its TypeScript packages. Biome is a fast formatter, linter, and more for JavaScript, TypeScript, JSX, and JSON.\n\n# Getting Started\n\n1. Install the package and Biome.\n\n    ```sh\n    # Install Biome if you don't already have it\n    npm i --save-dev @biomejs/biome\n    # Install the shared configuration\n    npm i --save-dev @kontent-ai/biome-config\n    ```\n\n2. [Extend](https://biomejs.dev/guides/configure-biome/#share-a-configuration-file) your Biome configuration by creating a `biome.json` file in your project root:\n\n    ```jsonc\n    // biome.json\n    {\n        \"$schema\": \"./node_modules/@biomejs/biome/configuration_schema.json\",\n        \"extends\": [\"@kontent-ai/biome-config/base\"]\n    }\n    ```\n\n    For React projects, you can extend the React-specific configuration:\n\n    ```jsonc\n    // biome.json\n    {\n        \"$schema\": \"./node_modules/@biomejs/biome/configuration_schema.json\",\n        \"extends\": [\n            \"@kontent-ai/biome-config/base\",\n            \"@kontent-ai/biome-config/react\"\n        ]\n    }\n    ```\n\n3. Run Biome commands based on your project needs:\n\n    ```sh\n    # Format your code\n    npx biome format --write .\n\n    # Lint your code\n    npx biome lint .\n\n    # Check both formatting and linting\n    npx biome check .\n    ```\n\nAvailable configurations are:\n* `@kontent-ai/biome-config/base` (base configuration for any TypeScript/JavaScript file)\n* `@kontent-ai/biome-config/react` (React specific rules, should be used together with the base configuration)\n\n# License\n\nDistributed under the MIT License. See [`LICENSE.md`](./LICENSE.md) for more information.\n\n\n[contributors-shield]: https://img.shields.io/github/contributors/kontent-ai/biome-config.svg?style=for-the-badge\n[contributors-url]: https://github.com/kontent-ai/biome-config/graphs/contributors\n[npm-shield]: https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge\u0026logo=npm\u0026logoColor=white\n[forks-shield]: https://img.shields.io/github/forks/kontent-ai/biome-config.svg?style=for-the-badge\n[forks-url]: https://github.com/kontent-ai/biome-config/network/members\n[stars-shield]: https://img.shields.io/github/stars/kontent-ai/biome-config.svg?style=for-the-badge\n[stars-url]: https://github.com/kontent-ai/biome-config/stargazers\n[issues-shield]: https://img.shields.io/github/issues/kontent-ai/biome-config.svg?style=for-the-badge\n[issues-url]:https://github.com/kontent-ai/biome-config/issues\n[license-shield]: https://img.shields.io/github/license/kontent-ai/biome-config.svg?style=for-the-badge\n[license-url]:https://github.com/kontent-ai/biome-config/blob/master/LICENSE.md\n[discord-shield]: https://img.shields.io/discord/821885171984891914?color=%237289DA\u0026label=Kontent.ai%20Discord\u0026logo=discord\u0026style=for-the-badge\n[discord-url]: https://discord.com/invite/SKCxwPtevJ\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkontent-ai%2Fbiome-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkontent-ai%2Fbiome-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkontent-ai%2Fbiome-config/lists"}