https://github.com/whtsky/prettier-config
https://github.com/whtsky/prettier-config
prettier prettier-config
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/whtsky/prettier-config
- Owner: whtsky
- Created: 2019-09-25T06:09:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-27T03:02:45.000Z (3 months ago)
- Last Synced: 2025-07-06T04:01:43.445Z (3 months ago)
- Topics: prettier, prettier-config
- Size: 188 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# @whtsky/prettier-config
A [Prettier](https://prettier.io) config.
## Usage
Install:
```bash
yarn add --D @whtsky/prettier-config
```Edit `package.json`:
```jsonc
{
"prettier": "@whtsky/prettier-config"
}
```