eslint-html-reporter
eslint-html-reporter copied to clipboard
HTML Reporter for ESLint
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
- I tried this tool and it gives reports for js file only. Is there any way I can generate it for .vue files ?
Is there an example of what this report looks like?
Hi there, Awesome reporter! Would it be able to also include the ruleset from the eslint angular plugin? https://www.npmjs.com/package/eslint-plugin-angular#rules Right now I'm using airbnb-base and the angular plugin as extends...
How to configure it with [eslint-loader](https://github.com/MoOx/eslint-loader)
I'm wondering if there is a way to suppress and not show and count ignored files in the report. I need to ignore multiple minified files and library folders and...
As a user I would like the html report to output which version of ESLint was used to run the report.