
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
@ianvs/eslint-stats
Advanced tools
A package of custom formatters that show aggregated stats of eslint errors
#Statistic Reporter for ESLint. Analyses the files for error frequency, rather than location. This is helpful when introducing ESLint to an existing project.
Forked from https://github.com/ganimomer/eslint-stats
npm install --save-dev eslint-stats
Use it with grunt:
...
eslint: {
options: {
format: require('eslint-stats').byError,
src: [...]
},
...
or use it directly with ESLint:
$ eslint --format node_modules/eslint-stats/byError.js
Shows the eslint report, aggragated by errors, without separation into specific files. Rules with warnings are not displayed
Shows the eslint report, aggragated by warnings, without separation into specific files. Rules with errors are not displayed.
Shows the eslint report, aggragated by errors and warnings, without separation into specific files. Errors are red, and warnings are yellow.
Shows the eslint report, aggragated by errors and warnings, without separation into specific files. Errors are red, and warnings are yellow. If any rule is an error in one file and a warning in another, results show up stacked.
Shows the eslint report, aggragated by errors and warnings, separated into folders. Errors are red, and warnings are yellow.
FAQs
A package of custom formatters that show aggregated stats of eslint errors
The npm package @ianvs/eslint-stats receives a total of 69,266 weekly downloads. As such, @ianvs/eslint-stats popularity was classified as popular.
We found that @ianvs/eslint-stats demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.