Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 308 Bytes

way-of-working.md

File metadata and controls

14 lines (9 loc) · 308 Bytes

React / Way of Working

Tools

Code quality:

  • ESLint and Stylelint for linting
  • Prettier for formatting
  • Codecov for coverage

Development workflow

Pre-commit hooks

Use the pre-commit package. Hooks can be bypassed if needed via --no-verify.