Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 445 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (6 loc) · 445 Bytes

Contribution Guidelines

Developer Tooling

Code Linting

Please attempt to follow code style present throughout the project. An ESLint profile is included to help with maintaining a consistent code style. All warnings presented by the linter should be resolved before an PR is submitted.

  • npm run lint - Run the linter and display any issues found.
  • npm run lint:fix - Automatically fix any code style issues that can be fixed.