textlint-plugin-mjml
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i textlint-plugin-mjml

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

14.1 kB

Total Files

18

Last publish

Collaborators

  • gyugyu