Validate models shipped by mickey to avoid certain syntax pitfalls.
npm install babel-plugin-mickey-model-validator --save-dev
Add the following section in your .babelrc
:
{
"plugins": ["mickey-model-validator"]
}
Pull requests and stars are highly welcome.
For bugs and feature requests, please create an issue.