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

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

My personal ESLint configuration
https://github.com/arnellebalane/eslint-config-arnellebalane

eslint eslint-config

Last synced: 3 months ago
JSON representation

My personal ESLint configuration

Awesome Lists containing this project

README

        

# eslint-config-arnellebalane

My personal ESLint configuration.

## Installation

```bash
$ yarn add --dev eslint-config-arnellebalane // or:
$ npm install --save-dev eslint-config-arnellebalane
```

## Usage

```js
// .eslintrc
{
"extends": "arnellebalane",
"rules": {
// your overrides for my rules
}
}
```

## License

MIT License