mirror of
https://github.com/zhigang1992/react-content-loader.git
synced 2026-04-26 05:15:45 +08:00
* 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
4 lines
58 B
Plaintext
Executable File
4 lines
58 B
Plaintext
Executable File
{
|
|
"presets": ["es2015", "stage-2", "react", "flow"]
|
|
}
|