Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

My prettier configuration
https://github.com/harastaivan/prettier-config

Last synced: 9 days ago
JSON representation

My prettier configuration

Awesome Lists containing this project

README

        

# Prettier configuration

## Usage

1. Install `prettier` and the config `@harastaivan/prettier-config`:

```sh
npm install -D prettier
npm install -D @harastaivan/prettier-config
```

2. Create a file called `prettier.config.js` in the root of the project:

```sh
module.exports = require('@harastaivan/prettier-config');
```