https://github.com/mickeyjsx/babel-plugin-mickey-model-validator
☘️ Validate models shipped by mickey to avoid certain syntax pitfalls.
https://github.com/mickeyjsx/babel-plugin-mickey-model-validator
babel babel-plugin framework mickey model react redux sagas validation
Last synced: about 2 months ago
JSON representation
☘️ Validate models shipped by mickey to avoid certain syntax pitfalls.
- Host: GitHub
- URL: https://github.com/mickeyjsx/babel-plugin-mickey-model-validator
- Owner: mickeyjsx
- License: mit
- Created: 2017-09-03T12:42:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T03:31:56.000Z (almost 7 years ago)
- Last Synced: 2025-03-01T20:49:32.598Z (3 months ago)
- Topics: babel, babel-plugin, framework, mickey, model, react, redux, sagas, validation
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# babel-plugin-mickey-model-validator
> Validate models shipped by mickey to avoid certain syntax pitfalls.
[](https://github.com/mickey/babel-plugin-mickey-model-validator/blob/master/LICENSE)
[](https://www.npmjs.com/package/babel-plugin-mickey-model-validator)
[](https://travis-ci.org/mickeyjsx/babel-plugin-mickey-model-validator)
[](https://david-dm.org/mickey/babel-plugin-mickey-model-validator)## 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](https://github.com/mickey/babel-plugin-mickey-model-validator/issues/new).