@@ -3,6 +3,10 @@ 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
+ ## [ Unreleased]
7
+ ### Fixed
8
+ - ignore namespace / ES7 re-exports in [ ` no-mutable-exports ` ] . ([ #317 ] , fixed by [ #322 ] . thanks [ @borisyankov ] + [ @jfmengels ] )
9
+
6
10
## [ 1.7.0] - 2016-05-06
7
11
### Added
8
12
- [ ` newline-after-import ` ] , new rule. ([ #245 ] , thanks [ @singles ] )
@@ -201,6 +205,7 @@ for info on changes for earlier releases.
201
205
[ `newline-after-import` ] : ./docs/rules/newline-after-import.md
202
206
[ `no-mutable-exports` ] : ./docs/rules/no-mutable-exports.md
203
207
208
+ [ #322 ] : https://github.com/benmosher/eslint-plugin-import/pull/322
204
209
[ #298 ] : https://github.com/benmosher/eslint-plugin-import/pull/298
205
210
[ #297 ] : https://github.com/benmosher/eslint-plugin-import/pull/297
206
211
[ #296 ] : https://github.com/benmosher/eslint-plugin-import/pull/296
@@ -223,6 +228,7 @@ for info on changes for earlier releases.
223
228
[ #164 ] : https://github.com/benmosher/eslint-plugin-import/pull/164
224
229
[ #157 ] : https://github.com/benmosher/eslint-plugin-import/pull/157
225
230
231
+ [ #317 ] : https://github.com/benmosher/eslint-plugin-import/issues/317
226
232
[ #286 ] : https://github.com/benmosher/eslint-plugin-import/issues/286
227
233
[ #281 ] : https://github.com/benmosher/eslint-plugin-import/issues/281
228
234
[ #272 ] : https://github.com/benmosher/eslint-plugin-import/issues/272
@@ -274,3 +280,4 @@ for info on changes for earlier releases.
274
280
[ @strawbrary ] : https://github.com/strawbrary
275
281
[ @SimenB ] : https://github.com/SimenB
276
282
[ @josh ] : https://github.com/josh
283
+ [ @borisyankov ] : https://github.com/borisyankov
0 commit comments