@@ -9,15 +9,14 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
9
9
- Added an ` optionalDependencies ` option to [ ` no-extraneous-dependencies ` ] to allow/forbid optional dependencies ([ #266 ] , thanks [ @jfmengels ] ).
10
10
- Added ` newlines-between ` option to [ ` order ` ] rule ([ #298 ] , thanks [ @singles ] )
11
11
- add [ ` no-mutable-exports ` ] rule ([ #290 ] , thanks [ @josh ] )
12
+ - [ ` import/extensions ` setting] : a whitelist of file extensions to parse as modules
13
+ and search for ` export ` s. If unspecified, all extensions are considered valid (for now).
14
+ In v2, this will likely default to ` ['.js', MODULE_EXT] ` ,. ([ #297 ] , to fix [ #267 ] )
12
15
13
16
### Fixed
14
17
- [ ` extensions ` ] : fallback to source path for extension enforcement if imported
15
18
module is not resolved. Also, never report for builtins (i.e. ` path ` ). ([ #296 ] )
16
19
17
- ### Breaking
18
- - [ ` import/extensions ` setting] : a whitelist of file extensions to parse as modules
19
- and search for ` export ` s. Defaults to ` ['.js'] ` .
20
-
21
20
## resolvers/webpack/0.2.4 - 2016-04-29
22
21
### Changed
23
22
- automatically find webpack config with ` interpret ` -able extensions ([ #287 ] , thanks [ @taion ] )
@@ -203,6 +202,10 @@ for info on changes for earlier releases.
203
202
[ `no-mutable-exports` ] : ./docs/rules/no-mutable-exports.md
204
203
205
204
[ #298 ] : https://github.com/benmosher/eslint-plugin-import/pull/298
205
+ <<<<<<< 7775f344b90aa44c446d596e4e137d6a725bf5e8
206
+ =======
207
+ [ #297 ] : https://github.com/benmosher/eslint-plugin-import/pull/297
208
+ >>>>>>> default to all extensions valid to avoid breaking change until semver-next
206
209
[ #296 ] : https://github.com/benmosher/eslint-plugin-import/pull/296
207
210
[ #290 ] : https://github.com/benmosher/eslint-plugin-import/pull/290
208
211
[ #289 ] : https://github.com/benmosher/eslint-plugin-import/pull/289
@@ -226,6 +229,7 @@ for info on changes for earlier releases.
226
229
[ #286 ] : https://github.com/benmosher/eslint-plugin-import/issues/286
227
230
[ #281 ] : https://github.com/benmosher/eslint-plugin-import/issues/281
228
231
[ #272 ] : https://github.com/benmosher/eslint-plugin-import/issues/272
232
+ [ #267 ] : https://github.com/benmosher/eslint-plugin-import/issues/267
229
233
[ #266 ] : https://github.com/benmosher/eslint-plugin-import/issues/266
230
234
[ #216 ] : https://github.com/benmosher/eslint-plugin-import/issues/216
231
235
[ #214 ] : https://github.com/benmosher/eslint-plugin-import/issues/214
0 commit comments