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

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

My Personal ESLint config
https://github.com/brpaz/eslint-config-brpaz

eslint eslint-config

Last synced: 5 months ago
JSON representation

My Personal ESLint config

Awesome Lists containing this project

README

        

# eslint-config-brpaz

> My [ESLint](http://eslint.org/) personal shared configs.

## Usage

Install the npm package

```npm install eslint-config-brpaz --save```

Add the following to your ```.eslintrc```

```javascript

{
"extends": ["eslint-config-brpaz"],
}

```