Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

29 lines (20 loc) · 1.03 KB

Contributing to ESLint-Plugin-Lodash

Contributions of any kind are welcome - Whether it's suggestions for new rules, issues, or pull requests.

Setup

Submitting an issue

You can submit an issue here. Please make sure that there isn't already an issue regarding the same matter, and include as many details as possible about the issue and on how to reproduce it, if relevant.

Creating a pull request

  • Be advised that the tests use ES6 syntax and your node version should be 6 or higher.
  • Please adhere to the style and formatting of the code.
  • Write tests for any changes. This project should always remain at 100% coverage!
  • Create purposeful and complete commits.

Before committing

  • Make sure that npm test passes.
  • Pick a concise commit message.
  • If you make changes to rule configuration, make sure to include them in the rule's options schema and docs.