# eslint-reporting-webpack-plugin

> A friendly ESLint reporting plugin for webpack.

Latest version **0.1.3** (published 2020-12-09) · 0 weekly downloads

## Install

```sh
npm install eslint-reporting-webpack-plugin
pnpm add eslint-reporting-webpack-plugin
yarn add eslint-reporting-webpack-plugin
bun add eslint-reporting-webpack-plugin
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.3 |
| Published | 2020-12-09 |
| First published | 2020-11-09 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 4.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | ice-admin@alibaba-inc.com |
| Maintainers | rax-publisher |
| Keywords | eslint, reporting, lint, plugin, webpack |

## Links

- npm: https://www.npmjs.com/package/eslint-reporting-webpack-plugin
- npm.io page: https://npm.io/package/eslint-reporting-webpack-plugin

## Dependencies (2)

- [glob](https://npm.io/package/glob.md) ^7.1.6
- [eslint](https://npm.io/package/eslint.md) ^6.8.0

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 0.1.3 (latest) — 2020-12-09
- 0.1.0-1 (beta) — 2020-11-12
- 0.1.2 — 2020-11-13
- 0.1.1 — 2020-11-13
- 0.1.0 — 2020-11-12
- 0.1.0-0 — 2020-11-09

## README

# eslint-reporting-webpack-plugin

> A friendly ESLint reporting plugin for webpack.

## Install

```bash
npm install eslint-reporting-webpack-plugin
```

## Usage

In your webpack configuration:

```js
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](https://www.npmjs.com/package/eslint-webpack-plugin) is used.

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

![img](https://img.alicdn.com/tfs/TB1R2wv1oY1gK0jSZFMXXaWcVXa-584-166.png)

**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!

---
_Source: https://npm.io/package/eslint-reporting-webpack-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
