https://github.com/zedix/prettier-config
@zedix's prettier shareable config
https://github.com/zedix/prettier-config
Last synced: about 1 year ago
JSON representation
@zedix's prettier shareable config
- Host: GitHub
- URL: https://github.com/zedix/prettier-config
- Owner: zedix
- Created: 2019-04-23T12:30:53.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T20:39:39.000Z (over 4 years ago)
- Last Synced: 2025-02-16T20:48:01.466Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @zedix/prettier-config


## Installation
```sh
$ yarn add --dev zedix/prettier-config.git#v1.x.x
```
Edit `package.json`:
```json
{
// …
"prettier": "@zedix/prettier-config"
}
```