Skip to content

Commit 0889444

Browse files
chore(release): 1.0.0
1 parent 786e4a6 commit 0889444

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.0.0](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v0.1.0...v1.0.0) (2020-05-04)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* minimum supported Node.js version is `10.13`
10+
* minimum supported eslint version is `6.0.0`
11+
512
## [0.1.0](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v0.0.1...v0.1.0) (2019-12-20)
613

714

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@
1515

1616
> A ESLint plugin for webpack
1717
18+
## About plugin
19+
20+
The plugin was born with the purpose of solving some problems of the [eslint-loader](https://github.com/webpack-contrib/eslint-loader).
21+
22+
| | eslint-webpack-plugin | eslint-loader |
23+
| -------------------------------- | :-------------------: | :----------------------: |
24+
| Easy configuration | :heavy_check_mark: | :heavy_multiplication_x: |
25+
| Generate unique an output report | :heavy_check_mark: | :heavy_multiplication_x: |
26+
| Using cache directly from eslint | :heavy_check_mark: | :heavy_multiplication_x: |
27+
| Lint only changed files | :heavy_check_mark: | :heavy_multiplication_x: |
28+
1829
## Install
1930

2031
```bash

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-webpack-plugin",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "A ESLint plugin for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/eslint-webpack-plugin",

0 commit comments

Comments
 (0)