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

https://github.com/madebydaniz/nextjs-prettier-config


https://github.com/madebydaniz/nextjs-prettier-config

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# NextJs Prettier Config

> NextJs [Prettier](https://prettier.io) config.

## Usage

**Install**:

```bash
$ npm install -D git+ssh://[email protected]:madebydaniz/nextjs-prettier-config.git
```

**Edit `package.json`**:

```jsonc
{
// ...
"prettier": "nextjs-prettier-config",
}
```