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

https://github.com/gravity-ui/prettier-config


https://github.com/gravity-ui/prettier-config

config prettier

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# @gravity-ui/prettier-config

## Install

```
npm install --save-dev prettier @gravity-ui/prettier-config
```

## Usage

Add `.prettierrc.js` file in the project root with the following content:

```js
module.exports = require('@gravity-ui/prettier-config');
```