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

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


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

config eslint

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# @smarterlabs/eslint-config

An ESLint config for JavaScript projects.

## Installation

```bash
$ npm install --save @smarterlabs/eslint-config
```

## Usage

In your `.eslintrc` file:

```json
{
"extends": "@smarterlabs"
}
```