@@ -25,6 +25,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
2525- [ ` extensions ` ] /[ ` no-cycle ` ] /[ ` no-extraneous-dependencies ` ] : Correct module real path resolution ([ #1696 ] , thanks [ @paztis ] )
2626- [ ` no-named-default ` ] : ignore Flow import type and typeof ([ #1983 ] , thanks [ @christianvuerings ] )
2727- [ ` no-extraneous-dependencies ` ] : Exclude flow ` typeof ` imports ([ #1534 ] , thanks [ @devongovett ] )
28+ - [ ` no-unused-modules ` ] : Support destructuring assignment for ` export ` . ([ #1997 ] , thanks [ @s-h-a-d-o-w ] )
2829
2930### Changed
3031- [ Generic Import Callback] Make callback for all imports once in rules ([ #1237 ] , thanks [ @ljqx ] )
@@ -759,6 +760,7 @@ for info on changes for earlier releases.
759760
760761[ `memo-parser` ] : ./memo-parser/README.md
761762
763+ [ #1997 ] : https://github.com/benmosher/eslint-plugin-import/pull/1997
762764[ #1983 ] : https://github.com/benmosher/eslint-plugin-import/pull/1983
763765[ #1974 ] : https://github.com/benmosher/eslint-plugin-import/pull/1974
764766[ #1958 ] : https://github.com/benmosher/eslint-plugin-import/pull/1958
@@ -1340,4 +1342,5 @@ for info on changes for earlier releases.
13401342[ @panrafal ] : https://github.com/panrafal
13411343[ @ttmarek ] : https://github.com/ttmarek
13421344[ @christianvuerings ] : https://github.com/christianvuerings
1343- [ @devongovett ] : https://github.com/devongovett
1345+ [ @devongovett ] : https://github.com/devongovett
1346+ [ @s-h-a-d-o-w ] : https://github.com/s-h-a-d-o-w
0 commit comments