@@ -31,6 +31,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
31
31
- [ ` newline-after-import ` ] : respect decorator annotations ([ #1985 ] , thanks [ @lilling ] )
32
32
- [ ` no-restricted-paths ` ] : enhance performance for zones with ` except ` paths ([ #2022 ] , thanks [ @malykhinvi ] )
33
33
- [ ` no-unresolved ` ] : check import() ([ #2026 ] , thanks [ @aladdin-add ] )
34
+ - [ ` no-duplicates ` ] : ensure autofix avoids excessive newlines ([ #2028 ] , thanks [ @ertrzyiks ] )
34
35
35
36
### Changed
36
37
- [ Generic Import Callback] Make callback for all imports once in rules ([ #1237 ] , thanks [ @ljqx ] )
@@ -770,6 +771,7 @@ for info on changes for earlier releases.
770
771
[ `memo-parser` ] : ./memo-parser/README.md
771
772
772
773
[ #2034 ] : https://github.com/benmosher/eslint-plugin-import/pull/2034
774
+ [ #2028 ] : https://github.com/benmosher/eslint-plugin-import/pull/2028
773
775
[ #2026 ] : https://github.com/benmosher/eslint-plugin-import/pull/2026
774
776
[ #2022 ] : https://github.com/benmosher/eslint-plugin-import/pull/2022
775
777
[ #2021 ] : https://github.com/benmosher/eslint-plugin-import/pull/2021
@@ -1368,4 +1370,5 @@ for info on changes for earlier releases.
1368
1370
[ @aladdin-add ] : https://github.com/aladdin-add
1369
1371
[ @davidbonnet ] : https://github.com/davidbonnet
1370
1372
[ @hayes ] : https://github.com/hayes
1371
- [ @edemaine ] : https://github.com/edemaine
1373
+ [ @edemaine ] : https://github.com/edemaine
1374
+ [ @ertrzyiks ] : https://github.com/ertrzyiks
0 commit comments