File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,17 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Fixed
10
+ - [ ` no-import-module-exports ` ] : Don't crash if packages have no entrypoint ([ #2099 ] , thanks [ @eps1lon ] )
11
+ - [ ` no-extraneous-dependencies ` ] : fix package name algorithm ([ #2097 ] , thanks [ @paztis ] )
12
+
9
13
## [ 2.23.3] - 2021-05-21
10
14
11
15
### Fixed
12
16
- [ ` no-restricted-paths ` ] : fix false positive matches ([ #2090 ] , thanks [ @malykhinvi ] )
13
17
- [ ` no-cycle ` ] : ignore imports where imported file only imports types of importing file ([ #2083 ] , thanks [ @cherryblossom000 ] )
14
18
- [ ` no-cycle ` ] : fix false negative when file imports a type after importing a value in Flow ([ #2083 ] , thanks [ @cherryblossom000 ] )
15
19
- [ ` order ` ] : restore default behavior unless ` type ` is in groups ([ #2087 ] , thanks [ @grit96 ] )
16
- - [ ` no-import-module-exports ` ] : Don't crash if packages have no entrypoint ([ #2099 ] , thanks [ @eps1lon ] )
17
- - [ ` no-extraneous-dependencies ` ] : fix package name algorithm ([ #2097 ] , thanks [ @paztis ] )
18
20
19
21
### Changed
20
22
- [ Docs] Add ` no-relative-packages ` to list of to the list of rules ([ #2075 ] , thanks [ @arvigeus ] )
You can’t perform that action at this time.
0 commit comments