@@ -9,6 +9,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
9
9
### Added
10
10
- [ ` no-commonjs ` ] : Also detect require calls with expressionless template literals: ``` require(`x`) ``` ([ #1958 ] , thanks [ @FloEdelmann ] )
11
11
- [ ` no-internal-modules ` ] : Add ` forbid ` option ([ #1846 ] , thanks [ @guillaumewuip ] )
12
+ - add [ ` no-relative-packages ` ] ([ #1860 ] , [ #966 ] , thanks [ @tapayne88 ] [ @panrafal ] )
12
13
13
14
### Fixed
14
15
- [ ` export ` ] /TypeScript: properly detect export specifiers as children of a TS module block ([ #1889 ] , thanks [ @andreubotella ] )
@@ -739,6 +740,7 @@ for info on changes for earlier releases.
739
740
[ `no-named-export` ] : ./docs/rules/no-named-export.md
740
741
[ `no-namespace` ] : ./docs/rules/no-namespace.md
741
742
[ `no-nodejs-modules` ] : ./docs/rules/no-nodejs-modules.md
743
+ [ `no-relative-packages` ] : ./docs/rules/no-relative-packages.md
742
744
[ `no-relative-parent-imports` ] : ./docs/rules/no-relative-parent-imports.md
743
745
[ `no-restricted-paths` ] : ./docs/rules/no-restricted-paths.md
744
746
[ `no-self-import` ] : ./docs/rules/no-self-import.md
@@ -754,23 +756,19 @@ for info on changes for earlier releases.
754
756
[ `memo-parser` ] : ./memo-parser/README.md
755
757
756
758
[ #1974 ] : https://github.com/benmosher/eslint-plugin-import/pull/1974
757
- [ #1944 ] : https://github.com/benmosher/eslint-plugin-import/pull/1944
758
- [ #1924 ] : https://github.com/benmosher/eslint-plugin-import/issues/1924
759
- [ #1965 ] : https://github.com/benmosher/eslint-plugin-import/issues/1965
760
759
[ #1958 ] : https://github.com/benmosher/eslint-plugin-import/pull/1958
761
760
[ #1948 ] : https://github.com/benmosher/eslint-plugin-import/pull/1948
762
761
[ #1947 ] : https://github.com/benmosher/eslint-plugin-import/pull/1947
762
+ [ #1944 ] : https://github.com/benmosher/eslint-plugin-import/pull/1944
763
763
[ #1940 ] : https://github.com/benmosher/eslint-plugin-import/pull/1940
764
764
[ #1897 ] : https://github.com/benmosher/eslint-plugin-import/pull/1897
765
765
[ #1889 ] : https://github.com/benmosher/eslint-plugin-import/pull/1889
766
766
[ #1878 ] : https://github.com/benmosher/eslint-plugin-import/pull/1878
767
- [ #1854 ] : https://github.com/benmosher/eslint-plugin-import/issues/1854
767
+ [ #1860 ] : https://github.com/benmosher/eslint-plugin-import/pull/1860
768
768
[ #1848 ] : https://github.com/benmosher/eslint-plugin-import/pull/1848
769
769
[ #1846 ] : https://github.com/benmosher/eslint-plugin-import/pull/1846
770
- [ #1841 ] : https://github.com/benmosher/eslint-plugin-import/issues/1841
771
770
[ #1836 ] : https://github.com/benmosher/eslint-plugin-import/pull/1836
772
771
[ #1835 ] : https://github.com/benmosher/eslint-plugin-import/pull/1835
773
- [ #1834 ] : https://github.com/benmosher/eslint-plugin-import/issues/1834
774
772
[ #1833 ] : https://github.com/benmosher/eslint-plugin-import/pull/1833
775
773
[ #1831 ] : https://github.com/benmosher/eslint-plugin-import/pull/1831
776
774
[ #1830 ] : https://github.com/benmosher/eslint-plugin-import/pull/1830
@@ -780,7 +778,6 @@ for info on changes for earlier releases.
780
778
[ #1820 ] : https://github.com/benmosher/eslint-plugin-import/pull/1820
781
779
[ #1819 ] : https://github.com/benmosher/eslint-plugin-import/pull/1819
782
780
[ #1802 ] : https://github.com/benmosher/eslint-plugin-import/pull/1802
783
- [ #1801 ] : https://github.com/benmosher/eslint-plugin-import/issues/1801
784
781
[ #1788 ] : https://github.com/benmosher/eslint-plugin-import/pull/1788
785
782
[ #1786 ] : https://github.com/benmosher/eslint-plugin-import/pull/1786
786
783
[ #1785 ] : https://github.com/benmosher/eslint-plugin-import/pull/1785
@@ -794,10 +791,7 @@ for info on changes for earlier releases.
794
791
[ #1735 ] : https://github.com/benmosher/eslint-plugin-import/pull/1735
795
792
[ #1726 ] : https://github.com/benmosher/eslint-plugin-import/pull/1726
796
793
[ #1724 ] : https://github.com/benmosher/eslint-plugin-import/pull/1724
797
- [ #1722 ] : https://github.com/benmosher/eslint-plugin-import/issues/1722
798
794
[ #1719 ] : https://github.com/benmosher/eslint-plugin-import/pull/1719
799
- [ #1704 ] : https://github.com/benmosher/eslint-plugin-import/issues/1704
800
- [ #1702 ] : https://github.com/benmosher/eslint-plugin-import/issues/1702
801
795
[ #1696 ] : https://github.com/benmosher/eslint-plugin-import/pull/1696
802
796
[ #1691 ] : https://github.com/benmosher/eslint-plugin-import/pull/1691
803
797
[ #1690 ] : https://github.com/benmosher/eslint-plugin-import/pull/1690
@@ -808,17 +802,12 @@ for info on changes for earlier releases.
808
802
[ #1664 ] : https://github.com/benmosher/eslint-plugin-import/pull/1664
809
803
[ #1658 ] : https://github.com/benmosher/eslint-plugin-import/pull/1658
810
804
[ #1651 ] : https://github.com/benmosher/eslint-plugin-import/pull/1651
811
- [ #1635 ] : https://github.com/benmosher/eslint-plugin-import/issues/1635
812
- [ #1631 ] : https://github.com/benmosher/eslint-plugin-import/issues/1631
813
805
[ #1626 ] : https://github.com/benmosher/eslint-plugin-import/pull/1626
814
806
[ #1620 ] : https://github.com/benmosher/eslint-plugin-import/pull/1620
815
807
[ #1619 ] : https://github.com/benmosher/eslint-plugin-import/pull/1619
816
- [ #1616 ] : https://github.com/benmosher/eslint-plugin-import/issues/1616
817
- [ #1613 ] : https://github.com/benmosher/eslint-plugin-import/issues/1613
818
808
[ #1612 ] : https://github.com/benmosher/eslint-plugin-import/pull/1612
819
809
[ #1611 ] : https://github.com/benmosher/eslint-plugin-import/pull/1611
820
810
[ #1605 ] : https://github.com/benmosher/eslint-plugin-import/pull/1605
821
- [ #1589 ] : https://github.com/benmosher/eslint-plugin-import/issues/1589
822
811
[ #1586 ] : https://github.com/benmosher/eslint-plugin-import/pull/1586
823
812
[ #1572 ] : https://github.com/benmosher/eslint-plugin-import/pull/1572
824
813
[ #1569 ] : https://github.com/benmosher/eslint-plugin-import/pull/1569
@@ -909,6 +898,7 @@ for info on changes for earlier releases.
909
898
[ #1068 ] : https://github.com/benmosher/eslint-plugin-import/pull/1068
910
899
[ #1049 ] : https://github.com/benmosher/eslint-plugin-import/pull/1049
911
900
[ #1046 ] : https://github.com/benmosher/eslint-plugin-import/pull/1046
901
+ [ #966 ] : https://github.com/benmosher/eslint-plugin-import/pull/966
912
902
[ #944 ] : https://github.com/benmosher/eslint-plugin-import/pull/944
913
903
[ #912 ] : https://github.com/benmosher/eslint-plugin-import/pull/912
914
904
[ #908 ] : https://github.com/benmosher/eslint-plugin-import/pull/908
@@ -985,10 +975,24 @@ for info on changes for earlier releases.
985
975
[ #211 ] : https://github.com/benmosher/eslint-plugin-import/pull/211
986
976
[ #164 ] : https://github.com/benmosher/eslint-plugin-import/pull/164
987
977
[ #157 ] : https://github.com/benmosher/eslint-plugin-import/pull/157
978
+ [ #1965 ] : https://github.com/benmosher/eslint-plugin-import/issues/1965
979
+ [ #1924 ] : https://github.com/benmosher/eslint-plugin-import/issues/1924
980
+ [ #1854 ] : https://github.com/benmosher/eslint-plugin-import/issues/1854
981
+ [ #1841 ] : https://github.com/benmosher/eslint-plugin-import/issues/1841
982
+ [ #1834 ] : https://github.com/benmosher/eslint-plugin-import/issues/1834
988
983
[ #1814 ] : https://github.com/benmosher/eslint-plugin-import/issues/1814
989
984
[ #1811 ] : https://github.com/benmosher/eslint-plugin-import/issues/1811
990
985
[ #1808 ] : https://github.com/benmosher/eslint-plugin-import/issues/1808
991
986
[ #1805 ] : https://github.com/benmosher/eslint-plugin-import/issues/1805
987
+ [ #1801 ] : https://github.com/benmosher/eslint-plugin-import/issues/1801
988
+ [ #1722 ] : https://github.com/benmosher/eslint-plugin-import/issues/1722
989
+ [ #1704 ] : https://github.com/benmosher/eslint-plugin-import/issues/1704
990
+ [ #1702 ] : https://github.com/benmosher/eslint-plugin-import/issues/1702
991
+ [ #1635 ] : https://github.com/benmosher/eslint-plugin-import/issues/1635
992
+ [ #1631 ] : https://github.com/benmosher/eslint-plugin-import/issues/1631
993
+ [ #1616 ] : https://github.com/benmosher/eslint-plugin-import/issues/1616
994
+ [ #1613 ] : https://github.com/benmosher/eslint-plugin-import/issues/1613
995
+ [ #1589 ] : https://github.com/benmosher/eslint-plugin-import/issues/1589
992
996
[ #1565 ] : https://github.com/benmosher/eslint-plugin-import/issues/1565
993
997
[ #1366 ] : https://github.com/benmosher/eslint-plugin-import/issues/1366
994
998
[ #1334 ] : https://github.com/benmosher/eslint-plugin-import/issues/1334
@@ -1324,4 +1328,6 @@ for info on changes for earlier releases.
1324
1328
[ @paztis ] : https://github.com/paztis
1325
1329
[ @FloEdelmann ] : https://github.com/FloEdelmann
1326
1330
[ @bicstone ] : https://github.com/bicstone
1327
- [ @guillaumewuip ] : https://github.com/guillaumewuip
1331
+ [ @guillaumewuip ] : https://github.com/guillaumewuip
1332
+ [ @tapayne88 ] : https://github.com/tapayne88
1333
+ [ @panrafal ] : https://github.com/panrafal
0 commit comments