add account settings page, rest of otp support, stdio credential helper, other misc
[squeep-authentication-module] / test / lint-html.js
1 'use strict';
2 const { makeHtmlLint } = require('@squeep/html-template-helper');
3 const { HtmlValidate } = require('html-validate');
4 const stubLogger = require('./stub-logger');
5 const htmlValidate = new HtmlValidate();
6 const lintHtml = makeHtmlLint(stubLogger, htmlValidate);
7 module.exports = lintHtml;