{"id":21626439,"url":"https://github.com/qodesmith/prettier-config","last_synced_at":"2026-02-04T13:12:31.102Z","repository":{"id":172444834,"uuid":"649307239","full_name":"qodesmith/prettier-config","owner":"qodesmith","description":"A thorough prettier config you can use for new projects","archived":false,"fork":false,"pushed_at":"2025-01-06T19:52:41.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T16:47:07.813Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/qodesmith.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null}},"created_at":"2023-06-04T12:56:38.000Z","updated_at":"2025-01-06T19:52:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b6a0253-3c83-4582-bb18-a9ce7ca15b95","html_url":"https://github.com/qodesmith/prettier-config","commit_stats":null,"previous_names":["qodesmith/prettier-config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qodesmith/prettier-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qodesmith%2Fprettier-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qodesmith%2Fprettier-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qodesmith%2Fprettier-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qodesmith%2Fprettier-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qodesmith","download_url":"https://codeload.github.com/qodesmith/prettier-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qodesmith%2Fprettier-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29085069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"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":[],"created_at":"2024-11-25T01:13:22.978Z","updated_at":"2026-02-04T13:12:31.075Z","avatar_url":"https://github.com/qodesmith.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to use\n\nInstall this package:\n\n```\nbun add -D @qodestack/prettier-config\n```\n\n### Option 1 - your project's `package.json` (no plugin support)\n\nAdd this line to your `package.json` file:\n\n```json\n\"prettier\": \"@qodestack/prettier-config\"\n```\n\n### Option 2 - plugin support\n\nUse a `prettier.config.js` file with the following content (the plugin used here is just an example):\n\n```javascript\nimport qodeStackConfig from '@qodestack/prettier-config'\n\nexport default {\n  ...qodeStackConfig,\n  plugins: ['prettier-plugin-tailwindcss'],\n}\n```\n\n## From the Prettier docs:\n\nhttps://prettier.io/docs/en/configuration\n\nYou can configure Prettier via (in order of precedence):\n\n- A `\"prettier\"` key in your package.json, or package.yaml file.\n- A `.prettierrc` file written in JSON or YAML.\n- A `.prettierrc.json`, `.prettierrc.yml`, `.prettierrc.yaml`, or `.prettierrc.json5` file.\n- A `.prettierrc.js`, or `prettier.config.js` file that exports an object using `export default` or `module.exports` (depends on - the [type](https://nodejs.org/api/packages.html#type) value in your package.json).\n- A `.prettierrc.mjs`, or `prettier.config.mjs` file that exports an object using `export default`.\n- A `.prettierrc.cjs`, or `prettier.config.cjs` file that exports an object using `module.exports`.\n- A `.prettierrc.toml` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqodesmith%2Fprettier-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqodesmith%2Fprettier-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqodesmith%2Fprettier-config/lists"}