An open API service indexing awesome lists of open source software.

https://github.com/cortex-js/prettier-config

Shareable config of prettier
https://github.com/cortex-js/prettier-config

Last synced: about 2 months ago
JSON representation

Shareable config of prettier

Awesome Lists containing this project

README

          

# prettier-config

To use consistent formatting of HTML, CSS, Typescript, Javascript and more, use
this shareable [Prettier](https://prettier.io/docs/en/options.html) config file.

## Usage

**Install**

```bash
$ npm install --save-dev @cortex-js/prettier-config
```

**Edit `package.json`**

```json
// package.json
{
"prettier": "@cortex-js/prettier-config"
}
```