/markuplint-freemarker-parser

Use markuplint with FreeMarker.

Primary LanguageTypeScriptMIT LicenseMIT

markuplint-freemarker-parser

Use markuplint with FreeMarker.

Install

$ npm install -D mallowlabs/markuplint-freemarker-parser

Usage

Add parser option to your configuration.

{
  "parser": {
    ".ftl.html$": "markuplint-freemarker-parser"
  }
}