-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthttps://hacktoberfest.digitalocean.com/https://hacktoberfest.digitalocean.com/help wantedExtra attention is neededExtra attention is needed
Milestone
Description
I would love to have Flow set up on this project to check the type of code that's not React components. It is already set up on two related projects, the config & way it runs should be fairly similar:
- https://github.com/thibaudcolas/draftjs-filters
- https://github.com/thibaudcolas/draftjs-conductor
Rough tasks:
- Set up
flow-binas a dependency - Add
.flowconfigbased on the one indraftjs-filters - Set up in CI
- Add to Rollup build (strip Flow types)
- Start by adding types (
// @flowand the type annotations) tobehavior.jsorDraftUtils.js.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthttps://hacktoberfest.digitalocean.com/https://hacktoberfest.digitalocean.com/help wantedExtra attention is neededExtra attention is needed