Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/exu3/prettier-config

Prettier configuration, published as an npm package. There are many like it, but this one is mine.
https://github.com/exu3/prettier-config

Last synced: 12 days ago
JSON representation

Prettier configuration, published as an npm package. There are many like it, but this one is mine.

Awesome Lists containing this project

README

        

# `@exu3/prettier-config`

## Install

```sh
yarn add --dev @exu3/prettier-config
```

then add to `package.json`:

```json
{
// ...
"prettier": "@exu3/prettier-config"
}
```

---

`@exu3`'s [Prettier](https://prettier.io/) config.

Inspired by [@azz](https://github.com/azz/prettier-config) & [@garyhtou](https://github.com/garyhtou/prettier-config)