Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.26 KB

File metadata and controls

36 lines (22 loc) · 1.26 KB

babel-plugin-mickey-model-validator

Validate models shipped by mickey to avoid certain syntax pitfalls.

MIT License

NPM Version Build Status Dependencies

Snapshot

Install

npm install babel-plugin-mickey-model-validator --save-dev

Usage

Add the following section in your .babelrc:

{
  "plugins": ["mickey-model-validator"]
}

Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please create an issue.