Skip to content

Contributing

Gary McPherson edited this page Mar 26, 2021 · 4 revisions

Coding Standards

This project uses ESLint for code quality, Prettier for code formatting, EditorConfig for standardised editor configuration, with lint-staged and Husky to enforce pre-commit and CI checks to encourage compliant pull requests.

EditorConfig

Contributors should download the appropriate plugin in order to utilise the correct settings.

Package Manager

We use as standard


References

  1. Why You Should Use ESLint, Prettier & EditorConfig
  2. Using ESLint and Prettier in a TypeScript Project
Clone this wiki locally