We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I saw this closed issue and wondered if there was a way to get a HTML report produced?
The link in that closed issue seems to reference an older line of code in the suggestions offered.
In gulp-eslint I can do:
.pipe(plugins.eslint.format('html', function(results) { fs.writeFileSync(path.join(paths.reports, 'eslint-report.html'), results); }))
Is there anything similar that can be done with this module?
Thanks
The text was updated successfully, but these errors were encountered:
Yes, it's an old reference. It should point here:
gulp-tslint/test/gulpfile.js
Line 84 in 2e98db4
That shows you how to write to file, but not sure how to output in HTML. You probably need a custom formatter ( https://palantir.github.io/tslint/develop/custom-formatters/ ).
Sorry, something went wrong.
No branches or pull requests
I saw this closed issue and wondered if there was a way to get a HTML report produced?
The link in that closed issue seems to reference an older line of code in the suggestions offered.
In gulp-eslint I can do:
Is there anything similar that can be done with this module?
Thanks
The text was updated successfully, but these errors were encountered: