{"id":19002494,"url":"https://github.com/younho9/prettier-config","last_synced_at":"2026-05-18T14:09:05.092Z","repository":{"id":57169869,"uuid":"451474185","full_name":"younho9/prettier-config","owner":"younho9","description":"Shared prettier config that personally prefer","archived":false,"fork":false,"pushed_at":"2022-09-14T00:27:45.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-14T23:17:50.999Z","etag":null,"topics":["config","configuration","prettier","prettier-config","prettierrc"],"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/younho9.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}},"created_at":"2022-01-24T13:25:30.000Z","updated_at":"2023-03-07T13:32:14.000Z","dependencies_parsed_at":"2022-08-27T13:11:51.673Z","dependency_job_id":null,"html_url":"https://github.com/younho9/prettier-config","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/younho9/prettier-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younho9%2Fprettier-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younho9%2Fprettier-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younho9%2Fprettier-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younho9%2Fprettier-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/younho9","download_url":"https://codeload.github.com/younho9/prettier-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younho9%2Fprettier-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33180377,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["config","configuration","prettier","prettier-config","prettierrc"],"created_at":"2024-11-08T18:15:23.083Z","updated_at":"2026-05-18T14:09:05.074Z","avatar_url":"https://github.com/younho9.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @younho9/prettier-config\n\n\u003e Shared prettier config that personally prefer\n\n## Install\n\n```sh\n$ npm install --save-dev prettier @younho9/prettier-config\n```\n\n## Usage\n\nAdd `prettier` key to your `package.json`\n\n```diff\n\t\"keywords\": [\"prettier\"],\n+\t\"prettier\": \"@younho9/prettier-config\",\n\t\"license\": \"MIT\",\n\t\"main\": \"index.js\"\n```\n\n### [.prettierignore](./.prettierignore)\n\n`npm scripts`\n\n```json\n// package.json\n{\n\t\"scripts\": {\n\t\t\"format\": \"prettier --write . --ignore-path ./node_modules/@younho9/prettier-config/.prettierignore\"\n\t}\n}\n```\n\n`lint-staged`\n\n```json\n// package.json\n{\n\t\"lint-staged\": {\n\t\t\"*\": [\n\t\t\t\"prettier --write --ignore-path ./node_modules/@younho9/prettier-config/.prettierignore\"\n\t\t]\n\t}\n}\n```\n\n`format on save (VSCode)`\n\n```json\n// .vscode/settings.json\n{\n\t\"editor.defaultFormatter\": \"esbenp.prettier-vscode\",\n\t\"editor.formatOnSave\": true,\n\t\"prettier.ignorePath\": \"./node_modules/@younho9/prettier-config/.prettierignore\"\n}\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyounho9%2Fprettier-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyounho9%2Fprettier-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyounho9%2Fprettier-config/lists"}