{"id":17998862,"url":"https://github.com/murshidazher/prettier-config","last_synced_at":"2026-05-11T03:03:19.399Z","repository":{"id":57128759,"uuid":"382513498","full_name":"murshidazher/prettier-config","owner":"murshidazher","description":"📦  💅  shareable prettier configuration.","archived":false,"fork":false,"pushed_at":"2022-12-30T20:14:07.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T22:02:36.020Z","etag":null,"topics":["config","configuration","npm","package","prettier","shareable"],"latest_commit_sha":null,"homepage":"http://npm.im/@murshidazher/prettier-config","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/murshidazher.png","metadata":{"files":{"readme":"README.MD","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.MD","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-03T03:13:09.000Z","updated_at":"2022-12-30T20:11:51.000Z","dependencies_parsed_at":"2023-01-31T15:20:18.093Z","dependency_job_id":null,"html_url":"https://github.com/murshidazher/prettier-config","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murshidazher%2Fprettier-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murshidazher%2Fprettier-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murshidazher%2Fprettier-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murshidazher%2Fprettier-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/murshidazher","download_url":"https://codeload.github.com/murshidazher/prettier-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247135156,"owners_count":20889421,"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":["config","configuration","npm","package","prettier","shareable"],"created_at":"2024-10-29T22:08:08.031Z","updated_at":"2026-05-11T03:03:14.369Z","avatar_url":"https://github.com/murshidazher.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [@murshidazher/prettier-config](https://github.com/murshidazher/prettier-config) [![npm](https://img.shields.io/npm/v/@murshidazher/prettier-config.svg?label=\u0026color=0080FF)](https://github.com/murshidazher/prettier-config/releases/latest)\n\n![build: github workflow](https://img.shields.io/github/actions/workflow/status/murshidazher/prettier-config/release.yml?style=flat-square)\n![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)\n\n\u003e An opinionated prettier configuration to make linting a 🌬️. **Accepting PRs**\n\nQuickly format your JavaScript files with this easy to install and use Prettier configuration.\n\n## Table of Contents\n\n- [@murshidazher/prettier-config ](#murshidazherprettier-config-)\n  - [Table of Contents](#table-of-contents)\n  - [Purpose](#purpose)\n  - [Installation](#installation)\n  - [How to use](#how-to-use)\n  - [Extending](#extending)\n  - [Contributors](#contributors)\n  - [Contributing](#contributing)\n  - [License](#license)\n\n## Purpose\n\n[prettier](https://prettier.io/) is an opinionated code formatter easy to configure and integrate with Code Editors. This configuration aims to quickly install and config JavaScript projects for consistent code style standards.\n\nThis package can be used as a stand-alone config or integrated with any linter.\n\n## Installation\n\n```sh\nnpm install -D prettier @murshidazher/prettier-config\n```\n\nIf you use yarn as the package manager,\n\n```sh\nyarn add -D prettier @murshidazher/prettier-config\n```\n\n## How to use\n\nIn your `package.json` add:\n\n```sh\n\"prettier\": \"@murshidazher/prettier-config\"\n```\n\nUnder script objects\n\n```sh\u001d\n\"format\": \"prettier --write \\\"{,!(node_modules)/**/}*.js\\\"\"\n```\n\n## Extending\n\nThis configuration is not intended to be changed, but if you have a setup where modification is required, it is possible. Prettier does not offer an \"extends\" mechanism as you might be familiar from tools such as ESLint.\n\nTo extend a configuration you will need to create either `.prettierrc.js` or `prettier.config.js` file:\n\n```js\n// .prettierrc.js\nmodule.exports = {\n    ...require('@murshidazher/prettier-config'),\n    semi: false\n    // more configuration options goes here!\n};\n```\n\n## Contributors\n\n[![contributors](https://contrib.rocks/image?repo=murshidazher/prettier-config)](https://github.com/murshidazher/prettier-config/graphs/contributors)\n\n## Contributing\n\nHow to [contribute](/CONTRIBUTING.MD) to this open source library\n\n## License\n\nCopyright © 2020-2021 [Murshid Azher](https://murshidazher.com). This library is licensed under the [MIT](./LICENCE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurshidazher%2Fprettier-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurshidazher%2Fprettier-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurshidazher%2Fprettier-config/lists"}