Run flow & eslint with nitpicky config on project
This project uses node and npm.
$ npm install nitpicky-cli
$ # OR
$ yarn add nitpicky-cli
In root of project:
$ nitpick
# or
$ nitpick [file|dir|glob]
This package is based on kcheck.
- Fork it and create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request
MIT