cullophid / date-fp

Functional programming date manipulation library
121 stars 17 forks source link

removed eslint and added flow #53

Closed cullophid closed 7 years ago

cullophid commented 7 years ago

added flow instead of eslint.

I has much better static checking.

currently we do not support adding annotations

svozza commented 7 years ago

+100 At least Flow catches real errors.

TheLudd commented 7 years ago

@cullophid seems you also switched to yarn. Nice, but since there is no mention of it, was it intentional?

cullophid commented 7 years ago

@TheLudd not really, I just started using it. It works just fine with npm (apart from yarn.lock)