Skip to content

Commit 7fcd39d

Browse files
docs: update badges
1 parent a55f864 commit 7fcd39d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This plugin uses [`eslint`](https://eslint.org/) to find and fix problems in you
2020
To begin, you'll need to install `eslint-webpack-plugin`:
2121

2222
```bash
23-
npm install eslint-webpack-plugin --save-dev
23+
npm install eslint-webpack-plugin@2 --save-dev
2424
```
2525

2626
**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.
177177

178178
[MIT](./LICENSE)
179179

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
183183
[node-url]: https://nodejs.org
184184
[deps]: https://david-dm.org/webpack-contrib/eslint-webpack-plugin.svg
185185
[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
187187
[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
190190
[chat]: https://badges.gitter.im/webpack/webpack.svg
191191
[chat-url]: https://gitter.im/webpack/webpack
192192
[size]: https://packagephobia.now.sh/badge?p=eslint-webpack-plugin

0 commit comments

Comments
 (0)