UNPKG

banno-htmlhint

Version:

A Static Code Analysis Tool for HTML

11 lines (10 loc) 265 B
/** * Copyright (c) 2015, Yanis Wang <yanis.wang@gmail.com> * MIT Licensed */ var jsonFormatter = function(formatter){ formatter.on('end', function(event){ console.log(JSON.stringify(event.arrAllMessages)); }); }; module.exports = jsonFormatter;