change html linter, export as test helper
[squeep-html-template-helper] / index.js
1 'use strict';
2
3 const TemplateHelper = require('./lib/template-helper');
4 const LintHtml = require('./test/lint-html');
5
6 module.exports = {
7 TemplateHelper,
8 LintHtml,
9 };