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

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

My most commonly used Prettier config.
https://github.com/ivangabriele/prettier-config

Last synced: 8 months ago
JSON representation

My most commonly used Prettier config.

Awesome Lists containing this project

README

          

# My Prettier Configuration

[![License][img-license]][lnk-license] [![GitHub Check Workflow Status][img-github]][lnk-github]
[![NPM Version][img-npm]][lnk-npm]

My most commonly used Prettier configuration.

---

- [Usage](#usage)
- [Contribute](#contribute)

---

## Usage

Run:

```sh
npm i -DE @ivangabriele/prettier-config prettier@^3.0.0
```

or:

```sh
yarn add -DE @ivangabriele/prettier-config prettier@^3.0.0
```

Then add this line to your `package.json`:

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

## Contribute

Please refer to the [contribution guidelines](./CONTRIBUTING.md) for information on how to contribute to this project.

---

[img-github]:
https://img.shields.io/github/actions/workflow/status/ivangabriele/prettier-config/check.yml?branch=main&label=CI&style=for-the-badge
[img-license]: https://img.shields.io/github/license/ivangabriele/prettier-config?style=for-the-badge
[img-npm]: https://img.shields.io/npm/v/@ivangabriele/prettier-config?style=for-the-badge
[lnk-github]: https://github.com/ivangabriele/prettier-config/actions?query=branch%3Amain++
[lnk-license]: https://github.com/ivangabriele/prettier-config/blob/main/LICENSE
[lnk-npm]: https://www.npmjs.com/package/@ivangabriele/prettier-config