=============
To try ESLint and Flow.
- Clone this repository.
- Prepare the environment. You are recommended to use asdf for installing node.js.
$ npm install -g yarn
$ cd training-js-tools
$ yarn
$ yarn try src/
- Run style check.
$ yarn lint
### If you want to run with fixing
### $ yarn lint-fix
- Run type check.
$ yarn flow