1.0.0 • Published 2 years ago

@linter-extension/group-issues v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

This script helps to group linter errors by their owners.

In order to run script:

  • add a script in your package.json file test:lint. The script will execute the next: "./node_modules/.bin/eslint --max-warnings=0 -f ./lint-formatter.js 'path to ypur JavaScript files' > results.json"
  • run npx @linter-extension/group-issues