Files
react-content-loader/.babelrc
Yurui Zhang 3fac666067 Setup flow and convert existing component files (#21)
* 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
2017-10-24 16:37:11 -03:00

4 lines
58 B
Plaintext
Executable File

{
"presets": ["es2015", "stage-2", "react", "flow"]
}