textlint-plugin-mjml
v0.0.1
Published
Textlint plugin for MJML support.
Readme
textlint-plugin-mjml
Textlint plugin for MJML support.
Installation
npm install textlint-plugin-mjmlRequirements:
- textlint v13+
Supported extensions
- .mjml
Usage
Following .textlintrc.json example enables MJML file support:
{
"plugins": [
"mjml"
]
}Lint MJML file using the command below:
textlint path/to/file.mjmlLicense
MIT
