Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 4 hours 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"
```