https://github.com/builderhub-platform/prettier-config
Builderhub Platform Dev team Prettier configuration
https://github.com/builderhub-platform/prettier-config
prettier prettier-config
Last synced: 10 months ago
JSON representation
Builderhub Platform Dev team Prettier configuration
- Host: GitHub
- URL: https://github.com/builderhub-platform/prettier-config
- Owner: builderhub-platform
- License: mit
- Created: 2023-01-07T13:53:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T23:11:27.000Z (about 1 year ago)
- Last Synced: 2025-05-06T00:24:36.666Z (about 1 year ago)
- Topics: prettier, prettier-config
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@builderhub/prettier-config
- Size: 111 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @builderhub/prettier-config
[](https://github.com/builderhub-platform/prettier-config/actions/workflows/publish.yml)   [](https://opensource.org/licenses/MIT)
Standard extensible prettier configuration for Builderhub Platform Dev team projects
## Installation
```
npm install -D @builderhub/prettier-config
```
## Usage
In your `package.json`
```json
{
"prettier": "@builderhub/prettier-config"
}
```
If you wish you extend these settings then in your `.prettierrc.js` or `prettier.config.js`
```js
module.exports = {
...require("@builderhub/prettier-config"),
};
```