github-pages-deploy-action/node_modules/eslint-plugin-github
2020-03-06 22:45:40 -05:00
..
bin Dependencies 2020-03-06 22:45:40 -05:00
lib Dependencies 2020-03-06 22:45:40 -05:00
node_modules Dependencies 2020-03-06 22:45:40 -05:00
LICENSE Dependencies 2020-03-06 22:45:40 -05:00
package.json Dependencies 2020-03-06 22:45:40 -05:00
prettier.config.js Dependencies 2020-03-06 22:45:40 -05:00
README.md Dependencies 2020-03-06 22:45:40 -05:00

eslint-plugin-github

Installation

$ npm install --save-dev eslint
$ npm install --save-dev eslint-plugin-github

Run initialization wizard.

$ node_modules/.bin/eslint-github-init

Set up npm run lint script.

{
  "private": true,
  "scripts": {
    "lint": "github-lint"
  }
}

The github-lint command will run eslint, flow and flow coverage checking depending on your project configuration.