Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

eslint sharable config for wonjerry
https://github.com/wonjerry/eslint-config-wonjerry

Last synced: about 17 hours ago
JSON representation

eslint sharable config for wonjerry

Awesome Lists containing this project

README

        

# eslint-config-wonjerry

Wonjerry's eslint sharable config

## install

```shell
yarn add -D eslint-config-wonjerry standard
```

or

```shell
npm install --save-dev eslint-config-wonjerry standard
```

## Usage

In your project's .eslintrc

```json
{
"extends": "eslint-config-wonjerry"
}
```

or .eslintrc.yaml

```yaml
extends:
- "eslint-config-wonjerry"
```