Hi,
I am using gulp-sass-lint as part of my build process, and have it set to output any errors or warning to a HTML report, however...
The ESLINT report seems to be generated very badly at the moment... Rather than wrapping the errors in a HTML template, it seems to be wrapping each error in the HTML template and then wrapping THAT in a HTML template, this makes the HTML report unusable, as all the JS and CSS that is brought in with the template is interfering with each other...
I can confirm it is the plugin as when you use sass-lint on it's own from the command line, it generates the reports correctly...
Please could you take a look?