@@ -20,7 +20,7 @@ This plugin uses [`eslint`](https://eslint.org/) to find and fix problems in you
20
20
To begin, you'll need to install ` eslint-webpack-plugin ` :
21
21
22
22
``` bash
23
- npm install eslint-webpack-plugin --save-dev
23
+ npm install eslint-webpack-plugin@2 --save-dev
24
24
```
25
25
26
26
** Note** : You also need to install ` eslint >= 7 ` from npm, if you haven't already:
@@ -177,16 +177,16 @@ if none is passed in the default/configured formatter will be used.
177
177
178
178
[ MIT] ( ./LICENSE )
179
179
180
- [ npm ] : https://img.shields.io/npm/v/eslint-webpack-plugin.svg
181
- [ npm-url ] : https://npmjs.com/package/eslint-webpack-plugin
182
- [ node ] : https://img.shields.io/node/v/eslint-webpack-plugin.svg
180
+ [ npm ] : https://img.shields.io/npm/v/eslint-webpack-plugin/2x .svg
181
+ [ npm-url ] : https://npmjs.com/package/eslint-webpack-plugin/v/2x
182
+ [ node ] : https://img.shields.io/node/v/eslint-webpack-plugin/2x .svg
183
183
[ node-url ] : https://nodejs.org
184
184
[ deps ] : https://david-dm.org/webpack-contrib/eslint-webpack-plugin.svg
185
185
[ deps-url ] : https://david-dm.org/webpack-contrib/eslint-webpack-plugin
186
- [ tests ] : https://github.com/webpack-contrib/eslint-webpack-plugin/workflows/eslint-webpack-plugin/badge.svg
186
+ [ tests ] : https://github.com/webpack-contrib/eslint-webpack-plugin/workflows/eslint-webpack-plugin/badge.svg?branch=2.x
187
187
[ tests-url ] : https://github.com/webpack-contrib/eslint-webpack-plugin/actions
188
- [ cover ] : https://codecov.io/gh/webpack-contrib/eslint-webpack-plugin/branch/master /graph/badge.svg
189
- [ cover-url ] : https://codecov.io/gh/webpack-contrib/eslint-webpack-plugin
188
+ [ cover ] : https://codecov.io/gh/webpack-contrib/eslint-webpack-plugin/branch/2.x /graph/badge.svg
189
+ [ cover-url ] : https://codecov.io/gh/webpack-contrib/eslint-webpack-plugin/branch/2.x
190
190
[ chat ] : https://badges.gitter.im/webpack/webpack.svg
191
191
[ chat-url ] : https://gitter.im/webpack/webpack
192
192
[ size ] : https://packagephobia.now.sh/badge?p=eslint-webpack-plugin
0 commit comments