eslint-formatter-bottleneck
v1.0.8
Published
A Eslint formatter that only shows what matters
Downloads
19
Maintainers
Readme
eslint-formatter-bottleneck
An Eslint formatter that only shows what matters
Install
npm install --save-dev eslint-formatter-bottleneck
Usage
eslint --format bottleneck src
Configuration
Configuration is done through environment variables. The following is supported:
- MAX_VIOLATIONS: display a warning when total violations exceeds this number. By default, no warning will be displayed for number of violations.
Attribution
This package is inspired by eslint-summary-chart-formatter and eslint-formatter-stylish