Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 286 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 286 Bytes

Contribution Guidelines

Code Style

Code is written in TypeScript and is automatically formatted with prettier.

 $ npm run lint -- --fix

Naming convention

It is recommended to follow style guide for TypeScript.