@@ -11,6 +11,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1111- [ ` no-internal-modules ` ] : Add ` forbid ` option ([ #1846 ] , thanks [ @guillaumewuip ] )
1212- add [ ` no-relative-packages ` ] ([ #1860 ] , [ #966 ] , thanks [ @tapayne88 ] [ @panrafal ] )
1313- add [ ` no-import-module-exports ` ] rule: report import declarations with CommonJS exports ([ #804 ] , thanks [ @kentcdodds ] and [ @ttmarek ] )
14+ - [ ` no-unused-modules ` ] : Support destructuring assignment for ` export ` . ([ #1997 ] , thanks [ @s-h-a-d-o-w ] )
1415
1516### Fixed
1617- [ ` export ` ] /TypeScript: properly detect export specifiers as children of a TS module block ([ #1889 ] , thanks [ @andreubotella ] )
@@ -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