https://github.com/yuler/prettier-config
My presonal Prettier config
https://github.com/yuler/prettier-config
Last synced: 4 months ago
JSON representation
My presonal Prettier config
- Host: GitHub
- URL: https://github.com/yuler/prettier-config
- Owner: yuler
- Created: 2021-07-28T04:39:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-31T18:46:47.000Z (almost 5 years ago)
- Last Synced: 2025-07-31T09:57:05.142Z (11 months ago)
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `@yuler/prettier-config`
> My personal [Prettier](https://prettier.io) config.
## Usage
**Install**:
```bash
$ yarn add --dev @yuler/prettier-config
```
**Edit `package.json`**:
```jsonc
{
// ...
"prettier": "@yuler/prettier-config"
}
```
[Check out the `prettier` documentation for more info on sharing configurations](https://prettier.io/docs/en/configuration.html#sharing-configurations).