0.0.1 • Published 1 year ago

textlint-plugin-mjml v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

textlint-plugin-mjml

Textlint plugin for MJML support.

Installation

npm install textlint-plugin-mjml

Requirements:

  • 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.mjml

License

MIT