{"id":26468775,"url":"https://github.com/parabit/prettier","last_synced_at":"2026-02-16T14:36:17.567Z","repository":{"id":282820498,"uuid":"949762991","full_name":"parabit/prettier","owner":"parabit","description":"prettier config","archived":false,"fork":false,"pushed_at":"2025-03-18T10:55:26.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-14T20:59:55.083Z","etag":null,"topics":["prettier"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/@parabit/prettier","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/parabit.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}},"created_at":"2025-03-17T05:15:25.000Z","updated_at":"2025-03-18T17:59:40.000Z","dependencies_parsed_at":"2025-03-17T06:13:42.301Z","dependency_job_id":"f82390a8-2669-4391-bb63-4f40c4e4b502","html_url":"https://github.com/parabit/prettier","commit_stats":null,"previous_names":["parabit/prettier"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/parabit/prettier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parabit%2Fprettier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parabit%2Fprettier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parabit%2Fprettier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parabit%2Fprettier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parabit","download_url":"https://codeload.github.com/parabit/prettier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parabit%2Fprettier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29510303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: 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":["prettier"],"created_at":"2025-03-19T16:57:42.764Z","updated_at":"2026-02-16T14:36:17.551Z","avatar_url":"https://github.com/parabit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# prettier config 🚀\n\nThis library represents the corporate design of the code of the [`Parabit`](https://github.com/parabit) company\n\n[`.prettierrc.js`](https://github.com/parabit/prettier/blob/main/.prettierrc.js)\n\n```javascript\n/** @type {import('prettier').Config} */\nmodule.exports = {\n\tsemi: true,\n\ttabWidth: 3,\n\tuseTabs: true,\n\tprintWidth: 100,\n\tsingleQuote: true,\n\timportOrderSeparation: true,\n};\n```\n\n## Install\n\n```bash\nnpm i --save-dev @parabit/prettier\n```\n\n```bash\nyarn add -D @parabit/prettier\n```\n\n## Peer dependencies\n\n-  [prettier: \"^3.5.0\"](https://www.npmjs.com/package/prettier)\n\n## Usage\n\nAlse see [prettier docs](https://prettier.io/docs/configuration).\n\nWithout plugins `.prettierrc.js`\n\n```javascript\nimport { prettier } from '@parabit/prettier';\n\nexport default { ...prettier };\n```\n\nWith plugins `.prettierrc.js`\n\n```javascript\nimport { prettier } from '@parabit/prettier';\n\nexport default {\n\t...prettier,\n\tplugins: ['prettier-plugin-tailwindcss', '@ianvs/prettier-plugin-sort-imports'],\n\timportOrder: [\n\t\t'^react$',\n\t\t'\u003cTHIRD_PARTY_MODULES\u003e',\n\t\t'',\n\t\t'^@assets|@constants|@helpers|@hooks|@modules|@navigation|@services|@stores|@types|@ui$',\n\t\t'',\n\t\t'^[.]',\n\t],\n};\n```\n\n## Plugins recommendation for prettier\n\n-  [prettier-plugin-tailwindcss](https://www.npmjs.com/package/prettier-plugin-tailwindcss)\n\n```json\n\"plugins\": [\"prettier-plugin-tailwindcss\"]\n```\n\n-  [@ianvs/prettier-plugin-sort-imports](https://www.npmjs.com/package/@ianvs/prettier-plugin-sort-imports)\n\n```json\n\"plugins\": [\"@ianvs/prettier-plugin-sort-imports\"],\n\"importOrder\": [\n    \"^react$\",\n    \"\u003cTHIRD_PARTY_MODULES\u003e\",\n    \"\",\n    \"^@assets|@constants|@helpers|@hooks|@modules|@navigation|@services|@stores|@types|@ui$\",\n    \"\",\n    \"^[.]\"\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparabit%2Fprettier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparabit%2Fprettier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparabit%2Fprettier/lists"}