https://github.com/guyfedwards/eslint-plugin-guy
https://github.com/guyfedwards/eslint-plugin-guy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/guyfedwards/eslint-plugin-guy
- Owner: guyfedwards
- Created: 2020-03-08T18:04:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T02:47:20.000Z (almost 5 years ago)
- Last Synced: 2025-05-08T00:35:05.008Z (about 1 year ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.