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

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

Shared config allows automatic formatting of frontend code
https://github.com/geta/prettier-config

Last synced: about 2 months ago
JSON representation

Shared config allows automatic formatting of frontend code

Awesome Lists containing this project

README

        

# geta-prettier-config

This is a repository containing the default Prettier configuration used by Geta projects.

## Usage

### Install

#### Yarn:

```cmd
yarn add --dev geta-prettier-config
```

#### Npm:

```cmd
npm i -d geta-prettier-config
```

### Edit package.json

Add the following to your package.json to make Prettier use the configuration from this package.

```json
{
"prettier": "geta-prettier-config"
}
```