M0nica / how-many-days-until

A React countdown app of days between today and next year.
https://m0nica.github.io/how-many-days-until/
10 stars 32 forks source link

Fix flow type and eslint errors in Chhristmas/index.js #39

Closed M0nica closed 4 years ago

M0nica commented 6 years ago
   17:7  error  'forkMe' is assigned a value but never used  no-unused-vars
   25:9  error  Missing return type annotation               flowtype/require-return-type
   57:9  error  Missing return type annotation               flowtype/require-return-type
  104:9  error  Missing return type annotation               flowtype/require-return-type

Verify issue locally by running npm run lint. When it is resolved the error should no longer appear when you run npm run lint

Flow is a static type checker for JavaScript https://flow.org/

danmakenoise commented 6 years ago

I can take this one too!

github-actions[bot] commented 4 years ago

Stale issue message