@yusufkandemir/eslint-plugin-lodash-template
Version:
ESLint plugin for John Resig-style micro template, Lodash's template, Underscore's template and EJS.
18 lines (17 loc) • 634 B
JSON
{
"HTMLDocument": ["children"],
"HTMLDocumentFragment": ["children"],
"HTMLComment": [],
"HTMLDocumentType": [],
"HTMLText": [],
"HTMLElement": ["children", "startTag", "endTag"],
"HTMLStartTag": ["attributes"],
"HTMLEndTag": [],
"HTMLAttribute": [],
"MicroTemplateEscape": ["expressionStart", "expressionEnd"],
"MicroTemplateInterpolate": ["expressionStart", "expressionEnd"],
"MicroTemplateEvaluate": ["expressionStart", "expressionEnd"],
"MicroTemplateComment": ["expressionStart", "expressionEnd"],
"MicroTemplateExpressionStart": [],
"MicroTemplateExpressionEnd": []
}