UNPKG

eslint-formatter-stats

Version:

Visualize ESLint errors and warnings for large projects.

36 lines (19 loc) โ€ข 682 B
# eslint-formatter-stats > Formatter for [ESLint](https://eslint.org) ## 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](https://github.com/ganimomer/eslint-stats)). This allows to easily fix rule by rule and know which cause the most issues ๐Ÿ’กโœ…๐ŸŽ‰ ![Screenshot](https://user-images.githubusercontent.com/8680858/61787431-0d751f00-ae10-11e9-88b7-eee37a562571.png) ## Install ``` $ npm install --save-dev eslint-formatter-stats ``` ## Usage ### ESLint CLI ``` $ eslint -f stats file.js ``` ## License MIT