Skip to content

richartkeil/eslint-formatter-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Visualize ESLint errors and warnings for large projects. Combines the codeframe layout and a list view.

Resources

Stars

Watchers

Forks

Packages

No packages published