A ESLint formatter to collect and structure errors for the eslint dashboard
npm install eslint-formatter-dashboard-exporterA ESLint formatter to collect and structure errors for the eslint dashboard
``sh`
$ npm install eslint-formatter-dashboard-exporter --save-dev
sh
$ 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