Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 197 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 197 Bytes

Contributing

Code Style Guide

  • code should be ran through prettier

Tests

  • tests should be added in test/
  • tests can be run with npm test
  • see existing tests for guidance