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

https://github.com/guyfedwards/eslint-plugin-guy


https://github.com/guyfedwards/eslint-plugin-guy

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# eslint-plugin-guy

## Installation
```
$ yarn add --dev --tilde prettier@1.19.1 eslint@6.8.0 git+ssh://git@github.com:guyfedwards/eslint-plugin-guy
```

## Usage
#### Frontend
Add to `.eslint.yaml`
```
extends:
- 'plugin:guy/frontend'
```
#### Node
Add to `.eslint.yaml`
```
extends:
- 'plugin:guy/backend'
```

## Adding new plugins/config
Add name to the relative `plugins`/`configs` array in `index.js`.
If a plugin being added has recommended config, add that to `pluginRecommendedConfigs` array.