Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 562 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 562 Bytes

Contributing

You found a bug or want to discuss and implement a new feature? This project welcomes contributions.

The code follows the standardjs style guide.

Every contribution should pass the existing tests or implementing new ones if that's the case.

# Run tests locally
$ npm test

# Run js tests
$ npm test:js

# Run typescript types tests
$ npm test:ts

# Lint all the code
$ npm lint

# Lint only js files
$ npm lint:js

# Lint only typescript files
$ npm lint:ts

# Create the TOC in the README
$ npm run doc