* add flow and babel-preset-flow * convert index.js to flow * convert Wrap.js to use flow * convert CodeStyle.js * convert other stylized component files to use flow * convert Rect and Circle to use flow * add type checking for React.Element
This PR is just a proposition in order to enhance the code practices. * Eslint configuration changes from 4 to 2. * Fix warnings about missing `;`.