@dagen/flow-config
v0.1.4
Published
Dagen's Flow config
Downloads
3
Readme
Just my Flow config
INTEGRATION:
- PyCharm https://www.jetbrains.com/help/pycharm/2016.3/using-the-flow-type-checker.html
- Atom: https://github.com/flowtype/ide-flowtype
USAGE
As we added Glow, we should update package.json
scripts as noticed here.
This package enhanced with auto-added pre-commit hook, so you need just to install it:
yarn add -D @dagen/flow-config
or
npm i -SD @dagen/flow-config
For flow coverage report just add command to package.json scripts:
yarn flow-coverage-report -i 'src/**/*.js' -t html -t text
CHANGELOG
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
This change log adheres to standards from Keep a CHANGELOG.
[0.1.4] - 2018-05-03
- fix path typos, take in account current scope