Mixture of es-modules & node modules and flow & non-flow files?
ForsakenHarmony opened this issue · comments
hrmny commented
Is this intentional, or are you transitioning from one to the other?
Arthur Buldauskas commented
Hi. The mixture(s) are not intentional; it's just tech debt. I'll spare you the(boring) history of how it got this way, and it's only due to different directions the project took over time.
- I've been slacking on converting everything to flow; it wasn't part of the project initially.
- Everything should be es6
I would accept PRs for both, but I would want the eslint-flowtype plugin as part of converting everything for flow so that one is a larger effort.
Arthur Buldauskas commented
I'm going to close this in favor of #29