{"id":21444202,"url":"https://github.com/qnton/prettier-config","last_synced_at":"2025-07-14T18:31:08.980Z","repository":{"id":65478540,"uuid":"593081108","full_name":"qnton/prettier-config","owner":"qnton","description":"My easy-to-use Prettier configuration.","archived":false,"fork":false,"pushed_at":"2023-03-04T09:46:08.000Z","size":9,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-25T01:20:27.502Z","etag":null,"topics":["prettier","prettier-config"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/qnton.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-25T07:23:27.000Z","updated_at":"2023-06-21T20:45:43.000Z","dependencies_parsed_at":"2024-11-14T12:51:23.312Z","dependency_job_id":"f99fff7d-4180-42fa-91dd-9f55ac17d19e","html_url":"https://github.com/qnton/prettier-config","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.4285714285714286,"last_synced_commit":"654acc509fc92a5a8e502be09833e24f4b086291"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qnton%2Fprettier-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qnton%2Fprettier-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qnton%2Fprettier-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qnton%2Fprettier-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qnton","download_url":"https://codeload.github.com/qnton/prettier-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225990432,"owners_count":17556155,"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":["prettier","prettier-config"],"created_at":"2024-11-23T02:16:36.406Z","updated_at":"2024-11-23T02:16:36.843Z","avatar_url":"https://github.com/qnton.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prettier Configuration\n\nPrettier is an opinionated code formatter that helps keep your code consistent and easy to read. This repository contains the configuration for Prettier that I use for my projects.\n\n## Installation\n\nTo use this configuration, you will need to have Prettier installed in your project. You can install it by running the following command:\n\n```shell\nnpm install --save-dev prettier\n```\n\nThen you have to install my config with the following command:\n\n```shell\nnpm install --save-dev qnton-prettier-config\n```\n\n## Usage\n\nTo use this configuration, add the following key to your `package.json` file:\n\n```json\n{\n  \"prettier\": \"qnton-prettier-config\"\n}\n```\n\n## Customization\n\nIf you want to customize the configuration, you can do so by creating a `.prettierrc.js` file in the root of your project and adding your own settings. But first you have to remove the option in the `package.json`\n\n```js\nconst baseConfig = require(\"qnton-prettier-config\");\n\nmodule.exports = {\n  ...baseConfig,\n  //Add your config here\n};\n```\n\n## Conclusion\n\nWith this configuration, you can ensure that your code is consistently formatted and easy to read. If you have any questions or issues, please feel free to open an issue in this repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqnton%2Fprettier-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqnton%2Fprettier-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqnton%2Fprettier-config/lists"}