{"id":15510953,"url":"https://github.com/andrewmcodes/prettier-config","last_synced_at":"2026-05-01T04:32:43.806Z","repository":{"id":57104453,"uuid":"302338407","full_name":"andrewmcodes/prettier-config","owner":"andrewmcodes","description":"My personal Prettier configuration","archived":false,"fork":false,"pushed_at":"2023-05-25T07:31:14.000Z","size":150,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-07T22:46:14.398Z","etag":null,"topics":["andrewmcodes","prettier","prettier-config"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/andrewmcodes.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["andrewmcodes"]}},"created_at":"2020-10-08T12:49:43.000Z","updated_at":"2023-05-25T02:36:06.000Z","dependencies_parsed_at":"2024-12-06T22:00:31.897Z","dependency_job_id":"a5824914-6d2c-4f55-874e-980fd7d3cf6d","html_url":"https://github.com/andrewmcodes/prettier-config","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":0.05882352941176472,"last_synced_commit":"bc99706b8809395b72d950f6e31efc1b42b7d874"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewmcodes%2Fprettier-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewmcodes%2Fprettier-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewmcodes%2Fprettier-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewmcodes%2Fprettier-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewmcodes","download_url":"https://codeload.github.com/andrewmcodes/prettier-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246182496,"owners_count":20736761,"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":["andrewmcodes","prettier","prettier-config"],"created_at":"2024-10-02T09:52:01.509Z","updated_at":"2026-05-01T04:32:38.787Z","avatar_url":"https://github.com/andrewmcodes.png","language":"JavaScript","funding_links":["https://github.com/sponsors/andrewmcodes"],"categories":["JavaScript"],"sub_categories":[],"readme":"# @andrewmcodes/prettier-config\n\n[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n![npm](https://img.shields.io/npm/v/@andrewmcodes/prettier-config)\n[![CI](https://github.com/andrewmcodes/prettier-config/actions/workflows/ci.yml/badge.svg)](https://github.com/andrewmcodes/prettier-config/actions/workflows/ci.yml)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits\u0026logoColor=white)](https://conventionalcommits.org)\n\nThis is a shareable [Prettier](https://prettier.io/) configuration, which includes a set of preferred styling rules that can be easily extended.\n\n## Installation\n\n```shell\n# npm\nnpm install --save-dev @andrewmcodes/prettier-config\n# yarn\nyarn add -D @andrewmcodes/prettier-config\n```\n\n## Usage\n\nYou can use this a few different ways, but the recommended approach is to add it to your `package.json`:\n\n```json\n\"prettier\": \"@andrewmcodes/prettier-config\"\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.json:\n\n```json\n\"@andrewmcodes/prettier-config\"\n```\n\nIf you need to extend the configuration, you can use the .js extension and export an object:\n\n```javascript\nmodule.exports = {\n  ...require(\"@andrewmcodes/prettier-config\"),\n  semi: false,\n};\n```\n\n## Contributing\n\nI'd love your help refining this package. Please don't hesitate to send a pull request.\n\n### Code Style\n\nRun `yarn format` before committing to ensure your changes comply with our coding style.\n\n### Commit Messages\n\nThis project uses [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). Please make sure your commit messages follow this format.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewmcodes%2Fprettier-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewmcodes%2Fprettier-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewmcodes%2Fprettier-config/lists"}