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

https://github.com/getconversio/eslint-config-conversio

Basic ESLint configuration for Conversio's projects.
https://github.com/getconversio/eslint-config-conversio

Last synced: 10 months ago
JSON representation

Basic ESLint configuration for Conversio's projects.

Awesome Lists containing this project

README

          

ESLint Config Conversio
=======================

## Install

`yarn add --dev eslint-config-conversio`

## Basic configuration

Add a `.eslintrc.json` configuration file in your project's root directory with this content:

```
{
"root": true,
"extends": ["conversio"]
}
```