{"id":26749381,"url":"https://github.com/repeale/prettier-config","last_synced_at":"2025-03-28T11:19:07.838Z","repository":{"id":57138878,"uuid":"375837934","full_name":"repeale/prettier-config","owner":"repeale","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-05T20:24:54.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-20T03:04:06.594Z","etag":null,"topics":["prettier"],"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/repeale.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-10T21:47:40.000Z","updated_at":"2021-10-05T19:37:35.000Z","dependencies_parsed_at":"2022-09-03T17:30:40.839Z","dependency_job_id":null,"html_url":"https://github.com/repeale/prettier-config","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/repeale%2Fprettier-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/repeale%2Fprettier-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/repeale%2Fprettier-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/repeale%2Fprettier-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/repeale","download_url":"https://codeload.github.com/repeale/prettier-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245872325,"owners_count":20686356,"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":["prettier"],"created_at":"2025-03-28T11:19:06.864Z","updated_at":"2025-03-28T11:19:07.814Z","avatar_url":"https://github.com/repeale.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prettier Config\n\n![npm](https://img.shields.io/npm/dt/@repeale/prettier-config?style=flat-square)\n\n- [Prettier Config](#prettier-config)\n  - [Getting started](#getting-started)\n  - [Config](#config)\n  - [License](#license)\n\n## Getting started\n\nInstall the package and related peerDependencies as `devDependencies`:\n\n```sh\nnpm install --save-dev @repeale/prettier-config prettier\n```\n\nor\n\n```sh\nyarn add --dev @repeale/prettier-config prettier\n```\n\nReference `@repeale/prettier-config` in your package.json:\n\n```json\n{\n  \"name\": \"my-project\",\n  \"version\": \"1.0.0\",\n  \"prettier\": \"@repeale/prettier-config\"\n}\n```\n\nor export the config from a `.prettierrc.js` file:\n\n```json\nmodule.exports = {\n  ...require('@repeale/prettier-config'),\n}\n```\n\nthis will allow you to easilly overwrite options.\n\nOr, you can use it in other ways as described in the\n[official documentation](https://prettier.io/docs/en/configuration.html#sharing-configurations).\n\n## Config\n\nCheck the [`.prettierrc.json`](./.prettierrc.json) file if you want to inspect the configuration.\n\n## License\n\n[MIT License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepeale%2Fprettier-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frepeale%2Fprettier-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepeale%2Fprettier-config/lists"}