Closed Rendez closed 2 years ago
Hi there, what do you think about passing custom reporter modules?
$ csstree-validator test/fixture/css/style.css -r catReporter.js
module.exports = function catReporter(data) { return ` /\\_/\\ / o o \\ /~____ =-= / (______)__m_m) `; }
Thank you for your effort! PR is too old, so I was unable to apply the changes. But just released 3.0.0 with custom reporters on board (see readme for details).
Hi there, what do you think about passing custom reporter modules?