eslint-reporting-webpack-plugin

0.1.3 • Public • Published

eslint-reporting-webpack-plugin

A friendly ESLint reporting plugin for webpack.

Install

npm install eslint-reporting-webpack-plugin

Usage

In your webpack configuration:

const ESLintReportingPlugin = require('eslint-reporting-webpack-plugin');

module.exports = {
  // ...
  plugins: [new ESLintReportingPlugin()],
  // ...
};

The ESLint error and warning are blocking hot update when eslint-webpack-plugin is used.

We provide a friendly way to show eslint reporting, like:

img

Show the changed file ESLint result.

We hope to provide you a plugin that has the least impact with project building. This plugin is only run ESLint after the project is complete compiled.

PS: Used ESLint rules and config is base on your project .eslintrc.* setting.

Enjoy!

Package Sidebar

Install

npm i eslint-reporting-webpack-plugin

Weekly Downloads

173

Version

0.1.3

License

none

Unpacked Size

4.58 kB

Total Files

3

Last publish

Collaborators

  • rax-publisher