First, ensure that you have the latest Node.js and npm installed.
- Create a new branch, please don't work in your
master
branch directly. - Fix stuff.
- Update the documentation to reflect any changes.
- Push to your fork and submit a pull request.
Note
- One PR Should contaain changes to only 1 rule.
- Each rule has to be in a diffrent file but sub rules will be in same file.
- Provide rule's eslint doc link
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.