https://github.com/azz/prettier-config
My personal Prettier configuration
https://github.com/azz/prettier-config
prettier
Last synced: about 1 year ago
JSON representation
My personal Prettier configuration
- Host: GitHub
- URL: https://github.com/azz/prettier-config
- Owner: azz
- Created: 2019-03-12T12:23:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T12:29:52.000Z (almost 2 years ago)
- Last Synced: 2025-03-31T10:02:33.061Z (about 1 year ago)
- Topics: prettier
- Homepage: https://npm.im/@azz/prettier-config
- Size: 0 Bytes
- Stars: 57
- Watchers: 4
- Forks: 97
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `@azz/prettier-config`
> My personal [Prettier](https://prettier.io) config.
## Usage
**Install**:
```bash
$ yarn add --dev @azz/prettier-config
```
**Edit `package.json`**:
```jsonc
{
// ...
"prettier": "@azz/prettier-config"
}
```