Visualize ESLint errors and warnings for large projects.
npm install eslint-formatter-stats> Formatter for ESLint
A helpful formatter when introducing ESLint to large codebases. It displays
errors and warnings with the codeframe view and appends a summary with theeslint-stats view (Package on GitHub).
This allows to easily fix rule by rule and know which cause the most issues ๐กโ ๐
```
$ npm install --save-dev eslint-formatter-stats
```
$ eslint -f stats file.js
MIT