solana-with-rpc-optimizations/web3.js/CONTRIBUTING.md

13 lines
281 B
Markdown
Raw Normal View History

2018-08-22 16:46:37 -07:00
2018-08-22 20:06:29 -07:00
## Static Analysis
eslint and flow-type are used.
Helpful link: https://www.saltycrane.com/flow-type-cheat-sheet/latest/
## Testing Framework
2018-08-22 17:03:50 -07:00
https://jestjs.io/
2018-08-22 16:46:37 -07:00
## API Documentation
ESDoc is used to document the public API. See
https://esdoc.org/manual/tags.html for details.