{"id":19134982,"url":"https://github.com/will-stone/prettier-config","last_synced_at":"2026-02-27T16:07:04.451Z","repository":{"id":207443792,"uuid":"702133362","full_name":"will-stone/prettier-config","owner":"will-stone","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-30T12:20:07.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-02T06:00:38.319Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/will-stone.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2023-10-08T15:39:26.000Z","updated_at":"2024-06-21T05:47:07.859Z","dependencies_parsed_at":"2023-11-15T21:24:57.759Z","dependency_job_id":"f43a4fdc-82d8-41f5-955c-b63fc8829aed","html_url":"https://github.com/will-stone/prettier-config","commit_stats":null,"previous_names":["will-stone/prettier-config"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/will-stone%2Fprettier-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/will-stone%2Fprettier-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/will-stone%2Fprettier-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/will-stone%2Fprettier-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/will-stone","download_url":"https://codeload.github.com/will-stone/prettier-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240214611,"owners_count":19766263,"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":[],"created_at":"2024-11-09T06:28:47.766Z","updated_at":"2025-11-13T16:03:00.319Z","avatar_url":"https://github.com/will-stone.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prettier Config\n\nMy personal [Prettier](https://prettier.io) config.\n\n## Usage\n\n### Install\n\n```bash\npnpm add -D prettier @will-stone/prettier-config\n```\n\n### Use config\n\n```js\n// prettier.config.js (or .mjs if in CJS env)\nexport { default } from '@will-stone/prettier-config'\n```\n\n### Lint Staged\n\nIf you would like to apply formatting before every commit, you can add the\nfollowing to your `package.json`:\n\n```json\n{\n  \"lint-staged\": {\n    \"*.{css,json,md}\": [\"prettier --write\"]\n  }\n}\n```\n\nand then\n\n```bash\npnpm add -D husky lint-staged\npnpm husky init\necho \"lint-staged\" \u003e .husky/pre-commit\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwill-stone%2Fprettier-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwill-stone%2Fprettier-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwill-stone%2Fprettier-config/lists"}