eslint-formatter-stats

Visualize ESLint errors and warnings for large projects.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
eslint-formatter-stats
0.1.04 years ago4 years agoMinified + gzip package size for eslint-formatter-stats in KB

Readme

eslint-formatter-stats
Formatter for ESLint

What it is

A helpful formatter when introducing ESLint to large codebases. It displays errors and warnings with the codeframe view and appends a summary with the eslint-stats view (Package on GitHub).
This allows to easily fix rule by rule and know which cause the most issues ๐Ÿ’กโœ…๐ŸŽ‰
Screenshot

Install

$ npm install --save-dev eslint-formatter-stats

Usage

ESLint CLI

$ eslint -f stats file.js

License

MIT