https://github.com/hugolify/prettier-config
https://github.com/hugolify/prettier-config
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hugolify/prettier-config
- Owner: Hugolify
- Created: 2023-11-27T18:41:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T11:09:57.000Z (over 2 years ago)
- Last Synced: 2025-02-25T12:48:54.656Z (over 1 year ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `@hugolify/prettier-config`
> Hugolify [Prettier](https://prettier.io) config.
## Usage
**Install**:
```bash
$ yarn add --dev @hugolify/prettier-config
```
or
```bash
$ npm i --save-dev @hugolify/prettier-config
```
**Edit `package.json`**:
```jsonc
{
// ...
"prettier": "@hugolify/prettier-config"
}
```
or write in `.prettierrc.json` :
```jsonc
"@hugolify/prettier-config"
```