https://github.com/zrev2220/prettier-config
My personal Prettier config
https://github.com/zrev2220/prettier-config
Last synced: 20 days ago
JSON representation
My personal Prettier config
- Host: GitHub
- URL: https://github.com/zrev2220/prettier-config
- Owner: zrev2220
- License: mit
- Created: 2022-10-30T20:08:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T15:16:03.000Z (almost 2 years ago)
- Last Synced: 2025-04-21T16:53:01.621Z (about 1 month ago)
- Language: Shell
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `@zrev2220/prettier-config`

My personal Prettier config.
## Usage
Install:
```bash
npm install --save-dev prettier @zrev2220/prettier-config
```Edit `package.json`:
```jsonc
{
// ...
"prettier": "@zrev2220/prettier-config"
}
```See also [Sharing Configurations](https://prettier.io/docs/en/configuration.html#sharing-configurations).