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

https://github.com/codeyellowbv/eslint-config-codeyellow

Code Yellow's ESLint config, following Airbnb's ESLint config with a few changes
https://github.com/codeyellowbv/eslint-config-codeyellow

Last synced: 17 days ago
JSON representation

Code Yellow's ESLint config, following Airbnb's ESLint config with a few changes

Awesome Lists containing this project

README

          

# eslint-config-codeyellow

Based on [eslint-config-react-app](https://github.com/facebookincubator/create-react-app/tree/master/packages/eslint-config-react-app) with a few changes.

## Usage

```
$ npm install eslint eslint-config-codeyellow --save-dev
```

Create a `.eslintrc` file with:

```json
{
"extends": "codeyellow"
}
```