eslint-formatter-dashboard-exporter

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i eslint-formatter-dashboard-exporter

Weekly Downloads

6

Version

0.0.3

License

MIT

Unpacked Size

3.29 kB

Total Files

6

Last publish

Collaborators

  • fluxsaas