https://github.com/danielpza/eslint-count-errors
Display a summary of eslint warnings
https://github.com/danielpza/eslint-count-errors
eslint
Last synced: 26 days ago
JSON representation
Display a summary of eslint warnings
- Host: GitHub
- URL: https://github.com/danielpza/eslint-count-errors
- Owner: danielpza
- Created: 2021-12-09T22:00:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T21:08:27.000Z (about 3 years ago)
- Last Synced: 2025-07-22T00:39:55.394Z (11 months ago)
- Topics: eslint
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eslint-count-errors
Display a summary of eslint warnings
## Installation
Package is not on npm yet, I'm open to publish the package if anyone is interested. In the meantime you can install it from github directly
```sh
npm install --global https://github.com/danielpza/eslint-count-errors.git
```
## Usage
```
$ eslint-count-errors --help
eslint-count-errors
Options:
--help Show help [boolean]
--version Show version number [boolean]
Examples:
eslint-count-errors ./src Count eslint errors in the current folder
```
Example output:
```
1 no-constant-condition
1 no-async-promise-executor
7 no-unsafe-optional-chaining
31 import/no-named-as-default-member
71 import/no-named-as-default
```