0.0.3 • Published 2 years ago

eslint-formatter-dashboard-exporter v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

eslint-formatter-dashboard-exporter

A ESLint formatter to collect and structure errors for the eslint dashboard

Install

$ npm install eslint-formatter-dashboard-exporter --save-dev

Usage

$ eslint --format dashboard-exporter src

{
  '2022-08-25': {
    'no-unused-vars': [
      'eslint-dashboard-ui/src/components/dashboard.js',
      'eslint-dashboard-ui/src/components/rule.js'
    ],
    'no-prototype-builtins': [
      'eslint-dashboard-ui/src/components/dashboard.js'
    ]
  }
}

For local testing

TODO: Remove this.

$ npm link
$ npm link eslint-formatter-dashboard-exporter

License: MIT