|
2 | 2 |
|
3 | 3 | 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.
|
4 | 4 |
|
| 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 | + |
5 | 43 | <a name="1.2.5"></a>
|
6 | 44 | ## [1.2.5](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.2.4...v1.2.5) (2017-06-12)
|
7 | 45 |
|
|
0 commit comments