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

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


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

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# @smartive/prettier-config

This package provides smartive's default [prettier](https://prettier.io/) configuration.

## Installation

```
npm i prettier @smartive/prettier-config -D
```

## Usage

Once the `@smartive/prettier-config` package is installed, you can use it by specifing `"@smartive/prettier-config"` in your [prettier configuration](https://prettier.io/docs/en/configuration.html).

```
# .prettierrc

"@smartive/prettier-config"
```