👍🎉 First off, thanks for taking the time to contribute! 🎉👍
This repository hosts the @ledgerhq/*
JavaScript libraries.
- ES6+ features.
- prettier for formatting convention. You can run
npm run prettier
. - ESLint is used to enhance code quality. Check with
yarn run lint
. - TypeScript is used to typecheck the library. Check with
yarn build
.
NB. for the 3 points above, the best is to have integration of Prettier, ESlint, Flowtype in your text editor (there are plugin for most editors).
- documentation.js for generation markdown documentations of libraries. You can run
yarn doc
.