UNPKG

@yusufkandemir/eslint-plugin-lodash-template

Version:

ESLint plugin for John Resig-style micro template, Lodash's template, Underscore's template and EJS.

13 lines (10 loc) 189 B
"use strict"; const base = require("./base"); const html = require("./html"); const script = require("./script"); module.exports = { base, html, ".html": html, script, };