{"id":18064305,"url":"https://github.com/peralva/prettier-config","last_synced_at":"2026-02-24T06:09:16.318Z","repository":{"id":260156893,"uuid":"875836841","full_name":"peralva/prettier-config","owner":"peralva","description":"Prettier Configuration","archived":false,"fork":false,"pushed_at":"2024-10-29T20:03:09.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T04:48:50.677Z","etag":null,"topics":["config","configuration","prettier"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@peralva/prettier-config","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/peralva.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,"zenodo":null}},"created_at":"2024-10-21T00:05:08.000Z","updated_at":"2024-10-29T20:03:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"c801ccbb-e289-494e-a7d9-b4837c5de776","html_url":"https://github.com/peralva/prettier-config","commit_stats":null,"previous_names":["peralva/prettier-config"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/peralva/prettier-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peralva%2Fprettier-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peralva%2Fprettier-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peralva%2Fprettier-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peralva%2Fprettier-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peralva","download_url":"https://codeload.github.com/peralva/prettier-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peralva%2Fprettier-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262898677,"owners_count":23381609,"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":["config","configuration","prettier"],"created_at":"2024-10-31T06:05:26.638Z","updated_at":"2025-10-24T13:25:29.874Z","avatar_url":"https://github.com/peralva.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @peralva/prettier-config\n\nPrettier Configuration\n\n[![NPM Version](https://img.shields.io/npm/v/%40peralva%2Fprettier-config)](https://www.npmjs.com/package/@peralva/prettier-config?activeTab=versions)\n[![GitHub Release Date](https://img.shields.io/github/release-date/peralva/prettier-config)](https://github.com/peralva/prettier-config/releases)\n[![GitHub License](https://img.shields.io/github/license/peralva/prettier-config)](https://github.com/peralva/prettier-config?tab=MIT-1-ov-file#readme)\n[![NPM Downloads](https://img.shields.io/npm/dm/%40peralva%2Fprettier-config)](https://www.npmjs.com/package/@peralva/prettier-config)\n[![NPM Publish](https://github.com/peralva/prettier-config/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/peralva/prettier-config/actions/workflows/npm-publish.yml)\n\n## Installation\n\n```bash\nnpm install -D @peralva/prettier-config\n```\n\n## Usage\n\nAdd to `package.json`:\n\n```json\n{\n\t\"prettier\": \"@peralva/prettier-config\"\n}\n```\n\nIf you don’t want to use package.json, you can use any of the supported extensions to export a string, e.g. `.prettierrc`:\n\n    \"@peralva/prettier-config\"\n\n### Extending the config\n\nTo extend the configuration to overwrite some properties from the configuration, import the file in a `.prettierrc.mjs` or `prettier.config.mjs` file and export the modifications, e.g:\n\n```mjs\nimport prettierConfig from '@peralva/prettier-config';\n\n/**\n * @type {import('prettier').Config}\n */\nexport default {\n\t...prettierConfig,\n\tsemi: false,\n};\n```\n\nFor more details, see https://prettier.io/docs/en/configuration\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperalva%2Fprettier-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperalva%2Fprettier-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperalva%2Fprettier-config/lists"}