Regenerating node_modules
This commit is contained in:
parent
09b4a82c83
commit
c96f84308a
5488 changed files with 487362 additions and 60779 deletions
38
node_modules/eslint-plugin-github/README.md
generated
vendored
Normal file
38
node_modules/eslint-plugin-github/README.md
generated
vendored
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# eslint-plugin-github
|
||||
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
$ npm install --save-dev eslint eslint-plugin-github
|
||||
```
|
||||
|
||||
## Setup
|
||||
|
||||
Add `github` to your list of plugins in your ESLint config.
|
||||
|
||||
JSON ESLint config example:
|
||||
```json
|
||||
{
|
||||
"plugins": ["github"]
|
||||
}
|
||||
```
|
||||
|
||||
Extend the configs you wish to use.
|
||||
|
||||
JSON ESLint config example:
|
||||
```json
|
||||
{
|
||||
"extends": ["plugin:github/recommended"]
|
||||
}
|
||||
```
|
||||
|
||||
The available configs are:
|
||||
|
||||
- `app`
|
||||
- Rules useful for github applications.
|
||||
- `browser`
|
||||
- Useful rules when shipping your app to the browser.
|
||||
- `recommended`
|
||||
- Recommended rules for every application.
|
||||
- `typescript`
|
||||
- Useful rules when writing TypeScript.
|
||||
Loading…
Add table
Add a link
Reference in a new issue