change html linter, export as test helper
[squeep-html-template-helper] / index.js
index f68152dc6201ce05cf59d658e96bb88c856d8a9e..5a14ebf466168c028b3c7efe40f04e8bd0c68b4d 100644 (file)
--- a/index.js
+++ b/index.js
@@ -1,7 +1,9 @@
 'use strict';
 
 const TemplateHelper = require('./lib/template-helper');
+const LintHtml = require('./test/lint-html');
 
 module.exports = {
   TemplateHelper,
+  LintHtml,
 };