Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

My eslint config
https://github.com/hokaccha/eslint-config

Last synced: about 2 months ago
JSON representation

My eslint config

Awesome Lists containing this project

README

        

# eslint-config

My eslint config set.

## Usage

```
$ npm install --save-dev eslint @hokaccha/eslint-config
```

```json
{
"extends": ["@hokaccha/eslint-config"]
}
```

### with React

```
$ npm install --save-dev eslint eslint-plugin-react @hokaccha/eslint-config
```

```json
{
"extends": [
"@hokaccha/eslint-config",
"@hokaccha/eslint-config/react"
]
}
```

## License

MIT