{"id":17125238,"url":"https://github.com/baltpeter/prettier-config","last_synced_at":"2026-02-07T05:01:24.173Z","repository":{"id":65187943,"uuid":"586077063","full_name":"baltpeter/prettier-config","owner":"baltpeter","description":"The Prettier config I use for my projects.","archived":false,"fork":false,"pushed_at":"2024-05-23T07:04:27.000Z","size":33,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T04:03:24.185Z","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":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baltpeter.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-06T22:01:20.000Z","updated_at":"2024-05-23T07:04:30.000Z","dependencies_parsed_at":"2024-05-23T08:25:31.696Z","dependency_job_id":"cb08c86d-2ef7-4249-a7a5-77026cdf942f","html_url":"https://github.com/baltpeter/prettier-config","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/baltpeter/prettier-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baltpeter%2Fprettier-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baltpeter%2Fprettier-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baltpeter%2Fprettier-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baltpeter%2Fprettier-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baltpeter","download_url":"https://codeload.github.com/baltpeter/prettier-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baltpeter%2Fprettier-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29186742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T03:35:06.566Z","status":"ssl_error","status_checked_at":"2026-02-07T03:34:57.604Z","response_time":63,"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":[],"created_at":"2024-10-14T18:44:30.578Z","updated_at":"2026-02-07T05:01:24.144Z","avatar_url":"https://github.com/baltpeter.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# @baltpeter/prettier-config\n\n\u003e The Prettier config I use for my projects.\n\nThis package contains the Prettier config I use for my projects. You probably don't want to use this unless you're working on a project with me. Starting with version 3.0.0, it is designed for Prettier 3.0.\n\n## Usage\n\nInstall this config its peer dependencies:\n\n```sh\nyarn add --dev @baltpeter/prettier-config prettier typescript\n```\n\nThen, add the following to your `package.json`:\n\n```json\n{\n    \"prettier\": \"@baltpeter/prettier-config\"\n}\n```\n\n### Making local changes to the config\n\nIf you need to make local changes to the config in a project, most probably to add another plugin, you need to create a `.prettierrc.js` file in the root folder and [extend the base config](https://prettier.io/docs/en/configuration.html#sharing-configurations) like this for example:\n\n```js\nimport baseConfig from '@baltpeter/prettier-config' assert { type: 'json' };\n\n/** @type {import('prettier').Config} */\nexport default {\n    ...baseConfig,\n\n    plugins: [...baseConfig.plugins, 'prettier-plugin-astro'],\n\n    overrides: [\n        {\n            files: '*.astro',\n            options: {\n                parser: 'astro',\n            },\n        },\n    ],\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaltpeter%2Fprettier-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaltpeter%2Fprettier-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaltpeter%2Fprettier-config/lists"}