Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 785 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (15 loc) · 785 Bytes

Contributing

  • In lieu of a formal guideline, please try to mimic the existing code style
  • Please make use of the included ESLint and EditorConfig settings
  • Add a unit test for new/changed rules
  • Format Git commit messages according to AngularJS conventions
  • The repository is commitizen-friendly, please use git cz to make it easy format the commit messages properly
  • When creating a new rule, please add it to index.js, document it (see docs) and update the Rules section in the README

If in doubt, file an issue first.

Thanks!