Skip to content

Latest commit

 

History

History
executable file
·
21 lines (14 loc) · 775 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
21 lines (14 loc) · 775 Bytes

Contributing

Modifying the code

First, ensure that you have the latest Node.js and npm installed.

Submitting pull requests

  1. Create a new branch, please don't work in your master branch directly.
  2. Fix stuff.
  3. Update the documentation to reflect any changes.
  4. Push to your fork and submit a pull request.

Note

  1. One PR Should contaain changes to only 1 rule.
  2. Each rule has to be in a diffrent file but sub rules will be in same file.
  3. Provide rule's eslint doc link

Coding Standards

We follow a whole bunch of coding standards. These are enforced by a pre-commit hook. So begin by installing http://pre-commit.com. Look at the .pre-commit-config.yml to understand what all is enforced.