Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yomguithereal/prettier-config
My personal Prettier config.
https://github.com/yomguithereal/prettier-config
Last synced: 5 days ago
JSON representation
My personal Prettier config.
- Host: GitHub
- URL: https://github.com/yomguithereal/prettier-config
- Owner: Yomguithereal
- Created: 2020-04-10T08:19:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-15T19:47:56.000Z (about 3 years ago)
- Last Synced: 2024-10-12T01:42:40.924Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `@yomguithereal/prettier-config`
> My personal [Prettier](https://prettier.io) config.
## Usage
**Install**:
```bash
$ npm i --save-dev @yomguithereal/prettier-config
```**Edit `package.json`**:
```jsonc
{
// ...
"prettier": "@yomguithereal/prettier-config"
}
```