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

https://github.com/jasonnutter/eslint-config

Personal ESLint configuration for Node & React projects.
https://github.com/jasonnutter/eslint-config

Last synced: about 1 year ago
JSON representation

Personal ESLint configuration for Node & React projects.

Awesome Lists containing this project

README

          

# @jasonnutter/eslint-config

My personal ESLint configuration, based on [Airbnb's configuration](https://www.npmjs.com/package/eslint-config-airbnb).

Inspired by the ESLint configuration used internally at [Porch](https://github.com/porchdotcom).

## Installation

```sh
yarn add @jasonnutter/eslint-config --dev

```

## Usage

**.eslintrc.json**
```json
{
"extends": "@jasonnutter/eslint-config"
}
```