Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhiokim/.seed
.seed project with commitizen + commit message validator + changelogs + eslint + flowtype + test suite & coverage + npm scripts
https://github.com/rhiokim/.seed
boilerplate circleci coveralls eslint javascript nodejs
Last synced: 2 days ago
JSON representation
.seed project with commitizen + commit message validator + changelogs + eslint + flowtype + test suite & coverage + npm scripts
- Host: GitHub
- URL: https://github.com/rhiokim/.seed
- Owner: rhiokim
- Created: 2017-03-10T01:22:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-24T04:04:24.000Z (over 7 years ago)
- Last Synced: 2024-11-08T19:12:37.069Z (about 2 months ago)
- Topics: boilerplate, circleci, coveralls, eslint, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.flowtype.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## How to setup flowtype
### Prerequisite
```
$ brew update && brew install flow
$ npm i -g flow-type
```### To use type checking on the fly
* for SublimeText
- [SublimeLinter-flow](https://github.com/SublimeLinter/SublimeLinter-flow)
* for Atom
- [flow-ide](https://atom.io/packages/flow-ide)### References
* Flow: Type Checking with Flow in React + Redux
- https://www.robinwieruch.de/the-soundcloud-client-in-react-redux-flow/
* Flow Basic Configuration
- https://github.com/raquo/facebook-flow-examples/blob/master/flow-config.md
* Advanced Configuration
- https://flowtype.org/docs/advanced-configuration.html
* https://github.com/mizchi/modern-js-stack-example-with-react
* Installation
- https://github.com/gajus/eslint-plugin-flowtype#installation
* ESLint Configuration
- https://github.com/gajus/eslint-plugin-flowtype#configuration
* Shareable Config for Recommended Flowtype
- https://github.com/gajus/eslint-plugin-flowtype/blob/master/src/configs/recommended.json