Skip to content

Commit b07cebe

Browse files
committed
chore(release): 2.0.0
1 parent fe8c8fd commit b07cebe

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
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+
<a name="2.0.0"></a>
6+
# [2.0.0](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.2.5...v2.0.0) (2017-12-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **style issues:** Typo in `new parens` rule ([7b7c012](https://github.com/webpack-contrib/eslint-config-webpack/commit/7b7c012))
12+
13+
14+
### Code Refactoring
15+
16+
* **best practices:** Update rules for Prettier integration ([385aac8](https://github.com/webpack-contrib/eslint-config-webpack/commit/385aac8))
17+
* **es6:** Update rules for Prettier integration ([2798140](https://github.com/webpack-contrib/eslint-config-webpack/commit/2798140))
18+
* **possible errors:** Update rules for Prettier integration ([c95baae](https://github.com/webpack-contrib/eslint-config-webpack/commit/c95baae))
19+
* **style issues:** Update rules for Prettier integration ([4018072](https://github.com/webpack-contrib/eslint-config-webpack/commit/4018072))
20+
21+
22+
### BREAKING CHANGES
23+
24+
* **style issues:** Requires min eslint version of 4.x.
25+
* **style issues:** Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.
26+
27+
Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes.
28+
* **possible errors:** Requires min eslint version of 4.x.
29+
* **possible errors:** Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.
30+
31+
Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes.
32+
* **es6:** Requires min eslint version of 4.x.
33+
* **es6:** Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.
34+
35+
Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes.
36+
* **best practices:** Requires min eslint version of 4.x.
37+
* **best practices:** Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.
38+
39+
Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes.
40+
41+
42+
543
<a name="1.2.5"></a>
644
## [1.2.5](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.2.4...v1.2.5) (2017-06-12)
745

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-config-webpack",
3-
"version": "1.2.5",
3+
"version": "2.0.0",
44
"author": "Joshua Wiens (https://twitter.com/@d3viant0ne)",
55
"license": "MIT",
66
"description": "Provides Webpacks's .eslintrc as an extensible shared config",

0 commit comments

Comments
 (0)