Add Flow for static type checking #127
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
https://hacktoberfest.digitalocean.com/
help wanted
Extra attention is needed
Milestone
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:
Rough tasks:
flow-bin
as a dependency.flowconfig
based on the one indraftjs-filters
// @flow
and the type annotations) tobehavior.js
orDraftUtils.js
.The text was updated successfully, but these errors were encountered: