https://github.com/albertfdp/prettier-config
https://github.com/albertfdp/prettier-config
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/albertfdp/prettier-config
- Owner: albertfdp
- License: mit
- Created: 2020-12-25T19:51:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T21:01:30.000Z (over 5 years ago)
- Last Synced: 2024-12-31T05:17:06.366Z (over 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `@albertfdp/prettier-config`
My personal prettier config.
## Usage
```bash
$ npm install --save-dev @albertfdp/prettier-config
$ yarn add -D @albertfdp/prettier-config
```
Then, on the projects's `package.json`, add:
```json
{
"prettier": "@albertfdp/prettier-config"
}
```