doctordick / DoctorDick

A React Native application that empowers gay men to stay on top of their sexual health.
https://www.askdoctordick.com
5 stars 2 forks source link

Add eslint and flow for clean code ftw #35

Open dsernst opened 8 years ago

dsernst commented 8 years ago

ESLint will help keep our code clean, and identify syntax errors.

Flow will run static type checking over our code to make refactoring easier. Native Pro already started setting it up (for the redux code), but we need to fix it up a bit, and learn to add it for our workflow.