Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robinblomberg/eslint-config-prettier

Turns off ESLint rules unnecessary for Prettier. Succeeds where the official eslint-config-prettier fails.
https://github.com/robinblomberg/eslint-config-prettier

eslint prettier

Last synced: 22 days ago
JSON representation

Turns off ESLint rules unnecessary for Prettier. Succeeds where the official eslint-config-prettier fails.

Awesome Lists containing this project

README

        

# ESLint config for Prettier

## Installation

```sh
npm install -D @robinblomberg/eslint-config-prettier
```

## Configuration

In your **.eslintrc.json**:

```js
{
"extends": [
"@robinblomberg/robinblomberg",
"@robinblomberg/prettier"
]
}
```