UNPKG

8.26 kBMarkdownView Raw
1# Change Log
2
3All 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
5<a name="2.0.4"></a>
6## [2.0.4](https://github.com/webpack-contrib/eslint-config-webpack/compare/v2.0.3...v2.0.4) (2018-04-01)
7
8
9### Bug Fixes
10
11* **import/order:** Incorrect config syntax ([fe40e36](https://github.com/webpack-contrib/eslint-config-webpack/commit/fe40e36))
12
13
14
15<a name="2.0.3"></a>
16## [2.0.3](https://github.com/webpack-contrib/eslint-config-webpack/compare/v2.0.2...v2.0.3) (2018-04-01)
17
18
19### Bug Fixes
20
21* **import/order:** Chage import order from error to warn ([960c93f](https://github.com/webpack-contrib/eslint-config-webpack/commit/960c93f))
22* **import/order:** Update rule to not conflict with prettier ([a8635f0](https://github.com/webpack-contrib/eslint-config-webpack/commit/a8635f0))
23
24
25
26<a name="2.0.2"></a>
27## [2.0.2](https://github.com/webpack-contrib/eslint-config-webpack/compare/v2.0.1...v2.0.2) (2017-12-17)
28
29
30### Bug Fixes
31
32* All nested ternary ([943e3f9](https://github.com/webpack-contrib/eslint-config-webpack/commit/943e3f9))
33* Warn for dynamic require ([93154f3](https://github.com/webpack-contrib/eslint-config-webpack/commit/93154f3))
34* Warn for global require ([f805656](https://github.com/webpack-contrib/eslint-config-webpack/commit/f805656))
35* Warn on deconstructing ([5c281f1](https://github.com/webpack-contrib/eslint-config-webpack/commit/5c281f1))
36* Warn on param reasign ([9067359](https://github.com/webpack-contrib/eslint-config-webpack/commit/9067359))
37
38
39
40<a name="2.0.1"></a>
41## [2.0.1](https://github.com/webpack-contrib/eslint-config-webpack/compare/v2.0.0...v2.0.1) (2017-12-14)
42
43
44### Chore
45
46* Scopes package under contrib npm org ([d589b67](https://github.com/webpack-contrib/eslint-config-webpack/commit/d589b67))
47
48
49
50<a name="2.0.0"></a>
51# [2.0.0](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.2.5...v2.0.0) (2017-12-14)
52
53
54### Bug Fixes
55
56* **style issues:** Typo in `new parens` rule ([7b7c012](https://github.com/webpack-contrib/eslint-config-webpack/commit/7b7c012))
57
58
59### Code Refactoring
60
61* **best practices:** Update rules for Prettier integration ([385aac8](https://github.com/webpack-contrib/eslint-config-webpack/commit/385aac8))
62* **es6:** Update rules for Prettier integration ([2798140](https://github.com/webpack-contrib/eslint-config-webpack/commit/2798140))
63* **possible errors:** Update rules for Prettier integration ([c95baae](https://github.com/webpack-contrib/eslint-config-webpack/commit/c95baae))
64* **style issues:** Update rules for Prettier integration ([4018072](https://github.com/webpack-contrib/eslint-config-webpack/commit/4018072))
65
66
67### BREAKING CHANGES
68
69* **style issues:** Requires min eslint version of 4.x.
70* **style issues:** Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.
71
72Upgrade: 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.
73* **possible errors:** Requires min eslint version of 4.x.
74* **possible errors:** Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.
75
76Upgrade: 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.
77* **es6:** Requires min eslint version of 4.x.
78* **es6:** Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.
79
80Upgrade: 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.
81* **best practices:** Requires min eslint version of 4.x.
82* **best practices:** Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.
83
84Upgrade: 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.
85
86
87
88<a name="1.2.5"></a>
89## [1.2.5](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.2.4...v1.2.5) (2017-06-12)
90
91
92### Bug Fixes
93
94* peerDep range ([3200392](https://github.com/webpack-contrib/eslint-config-webpack/commit/3200392))
95
96
97
98<a name="1.2.4"></a>
99## [1.2.4](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.2.3...v1.2.4) (2017-06-12)
100
101
102### Bug Fixes
103
104* Allow eslint 4.x via peerDep ([74b078b](https://github.com/webpack-contrib/eslint-config-webpack/commit/74b078b))
105
106
107
108<a name="1.2.3"></a>
109## [1.2.3](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.2.2...v1.2.3) (2017-05-08)
110
111
112### Bug Fixes
113
114* **underscore-dangle:** added exception for __dirname ([#9](https://github.com/webpack-contrib/eslint-config-webpack/issues/9)) ([213c417](https://github.com/webpack-contrib/eslint-config-webpack/commit/213c417))
115
116
117
118<a name="1.2.2"></a>
119## [1.2.2](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.2.1...v1.2.2) (2017-05-01)
120
121
122### Bug Fixes
123
124* allow dangle for private object members ([#8](https://github.com/webpack-contrib/eslint-config-webpack/issues/8)) ([a030c90](https://github.com/webpack-contrib/eslint-config-webpack/commit/a030c90))
125
126
127
128<a name="1.2.1"></a>
129## [1.2.1](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.2.0...v1.2.1) (2017-03-29)
130
131
132### Bug Fixes
133
134* syntax error in stylistic rules ([3a0176f](https://github.com/webpack-contrib/eslint-config-webpack/commit/3a0176f))
135
136
137
138<a name="1.2.0"></a>
139# [1.2.0](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.1.1...v1.2.0) (2017-03-29)
140
141
142### Features
143
144* **stylistic:** allow in for loop afterthought ([#6](https://github.com/webpack-contrib/eslint-config-webpack/issues/6)) ([efe3806](https://github.com/webpack-contrib/eslint-config-webpack/commit/efe3806))
145
146
147
148<a name="1.1.1"></a>
149## [1.1.1](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.1.0...v1.1.1) (2017-03-16)
150
151
152### Bug Fixes
153
154* **variables:** Enable ignoreRestSiblings ([9d0b234](https://github.com/webpack-contrib/eslint-config-webpack/commit/9d0b234))
155
156
157
158<a name="1.1.0"></a>
159# [1.1.0](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.0.0...v1.1.0) (2017-03-05)
160
161
162### Features
163
164* Rule updates for defaults ([#4](https://github.com/webpack-contrib/eslint-config-webpack/issues/4)) ([b522f26](https://github.com/webpack-contrib/eslint-config-webpack/commit/b522f26))
165
166
167
168<a name="1.0.0"></a>
169# [1.0.0](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.0.0-alpha.1...v1.0.0) (2017-01-28)
170
171
172
173<a name="1.0.0-alpha.1"></a>
174# 1.0.0-alpha.1 (2017-01-28)
175
176
177### Bug Fixes
178
179* **es2015:** drop deprecated rule ([7ccaef6](https://github.com/webpack-contrib/eslint-config-webpack/commit/7ccaef6))
180* **node:** add env mocha to node rules ([1fc3832](https://github.com/webpack-contrib/eslint-config-webpack/commit/1fc3832))
181* **rules:** update remaining v2 syntax ([71e617a](https://github.com/webpack-contrib/eslint-config-webpack/commit/71e617a))
182* **stylistic:** add missing comma-dangle rule ([e47d255](https://github.com/webpack-contrib/eslint-config-webpack/commit/e47d255))
183
184
185### Features
186
187* **rules:** add best practices rule set ([c4742c0](https://github.com/webpack-contrib/eslint-config-webpack/commit/c4742c0))
188* **rules:** add entrypoint ([b921de4](https://github.com/webpack-contrib/eslint-config-webpack/commit/b921de4))
189* **rules:** add es2015 rule set ([861edb8](https://github.com/webpack-contrib/eslint-config-webpack/commit/861edb8))
190* **rules:** add imports rule set ([3e6eb77](https://github.com/webpack-contrib/eslint-config-webpack/commit/3e6eb77))
191* **rules:** add node rule set ([2201d52](https://github.com/webpack-contrib/eslint-config-webpack/commit/2201d52))
192* **rules:** add possible errors rule set ([08cde67](https://github.com/webpack-contrib/eslint-config-webpack/commit/08cde67))
193* **rules:** add stylistic rule set ([bff21c7](https://github.com/webpack-contrib/eslint-config-webpack/commit/bff21c7))
194* **rules:** add variables rule set ([daabb4f](https://github.com/webpack-contrib/eslint-config-webpack/commit/daabb4f))