Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 380 Bytes

File metadata and controls

4 lines (4 loc) · 380 Bytes
  • please keep your code consistent with existing codebase
  • make sure there are no tslint errors (npm run linter or install TSLint extension for live fixes)
  • write unit tests when adding new features
  • provide examples for features you're introducing so that it's easier to understand the logic behind the code