Skip to content
master
Go to file
Code
This branch is 142 commits behind github:main.

README.md

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.

About

An opinionated collection of ESLint shared configs and rules used by GitHub.

Resources

License

Packages

No packages published
You can’t perform that action at this time.