Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Personal eslint config
https://github.com/iwharris/eslint-config

Last synced: 1 day ago
JSON representation

Personal eslint config

Awesome Lists containing this project

README

        

# eslint-config
Personal eslint config

## Installation and usage

```bash
npm install --save-dev @iwharris/eslint-config
```

Use the following statement in `.eslintrc`:

```json
{
"extends": "@iwharris/eslint-config"
}
```

Or, in `package.json`:

```json
"eslintConfig": {
"extends": "@iwharris/eslint-config"
}
```