https://github.com/rocicorp/prettier-config
https://github.com/rocicorp/prettier-config
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rocicorp/prettier-config
- Owner: rocicorp
- License: apache-2.0
- Created: 2022-09-14T11:47:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T22:35:37.000Z (over 1 year ago)
- Last Synced: 2025-02-13T18:05:27.499Z (over 1 year ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# `@rocicorp/prettier-config`
> Rocicorp's [Prettier](https://prettier.io) config.
## Usage
**Install**:
```bash
$ npm install @rocicorp/prettier-config --save-dev
```
**Edit `package.json`**:
```jsonc
{
// ...
"prettier": "@rocicorp/prettier-config"
}
```