@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
5
5
6
+ ## resolvers/webpack/0.2.2 - 2016-04-27
7
+ ### Added
8
+ - ` interpret ` configs (such as ` .babel.js ` ).
9
+ Thanks to [ @gausie ] for the initial PR ([ #164 ] , ages ago! 😅) and [ @jquense ] for tests ([ #278 ] ).
10
+
6
11
## [ 1.6.0] - 2016-04-25
7
12
### Added
8
13
- add [ ` no-named-as-default-member ` ] to ` warnings ` canned config
@@ -163,6 +168,7 @@ for info on changes for earlier releases.
163
168
[ `order` ] : ./docs/rules/order.md
164
169
[ `named` ] : ./docs/rules/named.md
165
170
171
+ [ #278 ] : https://github.com/benmosher/eslint-plugin-import/pull/278
166
172
[ #256 ] : https://github.com/benmosher/eslint-plugin-import/pull/256
167
173
[ #254 ] : https://github.com/benmosher/eslint-plugin-import/pull/254
168
174
[ #247 ] : https://github.com/benmosher/eslint-plugin-import/pull/247
@@ -172,6 +178,7 @@ for info on changes for earlier releases.
172
178
[ #228 ] : https://github.com/benmosher/eslint-plugin-import/pull/228
173
179
[ #211 ] : https://github.com/benmosher/eslint-plugin-import/pull/211
174
180
[ #157 ] : https://github.com/benmosher/eslint-plugin-import/pull/157
181
+ [ #164 ] : https://github.com/benmosher/eslint-plugin-import/pull/164
175
182
176
183
[ #216 ] : https://github.com/benmosher/eslint-plugin-import/issues/216
177
184
[ #214 ] : https://github.com/benmosher/eslint-plugin-import/issues/214
@@ -204,9 +211,11 @@ for info on changes for earlier releases.
204
211
[ 0.11.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v0.10.1...v0.11.0
205
212
206
213
[ @mathieudutour ] : https://github.com/mathieudutour
214
+ [ @gausie ] : https://github.com/gausie
207
215
[ @singles ] : https://github.com/singles
208
216
[ @jfmengels ] : https://github.com/jfmengels
209
217
[ @lo1tuma ] : https://github.com/lo1tuma
210
218
[ @dmnd ] : https://github.com/dmnd
211
219
[ @lemonmade ] : https://github.com/lemonmade
212
220
[ @jimbolla ] : https://github.com/jimbolla
221
+ [ @jquense ] : https://github.com/jquense
0 commit comments