@@ -13,7 +13,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
13
13
14
14
### Fixed
15
15
- ` default ` : make error message less confusing ([ #1470 ] , thanks [ @golopot ] )
16
- - Support export of a merged typescript namespace declaration ([ #1495 ] , thanks [ @benmunro ] )
16
+ - Support export of a merged TypeScript namespace declaration ([ #1495 ] , thanks [ @benmunro ] )
17
17
- [ ` import/order ` ] : fix autofix to not move imports across fn calls ([ #1253 ] , thanks [ @tihonove ] )
18
18
19
19
## [ 2.18.2] - 2019-07-19
@@ -25,7 +25,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
25
25
- Improve parse perf when using ` @typescript-eslint/parser ` ([ #1409 ] , thanks [ @bradzacher ] )
26
26
- [ ` prefer-default-export ` ] : don't warn on TypeAlias & TSTypeAliasDeclaration ([ #1377 ] , thanks [ @sharmilajesupaul ] )
27
27
- [ ` no-unused-modules ` ] : Exclude package "main"/"bin"/"browser" entry points ([ #1404 ] , thanks [ @rfermann ] )
28
- - [ ` export ` ] : false positive for typescript overloads ([ #1412 ] , thanks [ @golopot ] )
28
+ - [ ` export ` ] : false positive for TypeScript overloads ([ #1412 ] , thanks [ @golopot ] )
29
29
30
30
### Refactors
31
31
- [ ` no-extraneous-dependencies ` ] , ` importType ` : remove lodash ([ #1419 ] , thanks [ @ljharb ] )
@@ -36,7 +36,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
36
36
- Support eslint v6 ([ #1393 ] , thanks [ @sheepsteak ] )
37
37
- [ ` order ` ] : Adds support for correctly sorting unknown types into a single group ([ #1375 ] , thanks [ @swernerx ] )
38
38
- [ ` order ` ] : add fixer for destructuring commonjs import ([ #1372 ] , thanks [ @golopot ] )
39
- - typescript config: add TS def extensions + defer to TS over JS ([ #1366 ] , thanks [ @benmosher ] )
39
+ - TypeScript config: add TS def extensions + defer to TS over JS ([ #1366 ] , thanks [ @benmosher ] )
40
40
41
41
### Fixed
42
42
- [ ` no-unused-modules ` ] : handle ClassDeclaration ([ #1371 ] , thanks [ @golopot ] )
@@ -54,7 +54,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
54
54
- [ ` no-unused-modules ` ] : make appveyor tests passing ([ #1333 ] , thanks [ @rfermann ] )
55
55
- [ ` named ` ] : ignore Flow ` typeof ` imports and ` type ` exports ([ #1345 ] , thanks [ @loganfsmyth ] )
56
56
- [ refactor] fix eslint 6 compat by fixing imports (thank [ @ljharb ] )
57
- - Improve support for Typescript declare structures ([ #1356 ] , thanks [ @christophercurrie ] )
57
+ - Improve support for TypeScript declare structures ([ #1356 ] , thanks [ @christophercurrie ] )
58
58
59
59
### Docs
60
60
- add missing ` no-unused-modules ` in README ([ #1358 ] , thanks [ @golopot ] )
@@ -79,7 +79,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
79
79
- [ ` no-useless-path-segments ` ] : Add ` noUselessIndex ` option ([ #1290 ] , thanks [ @timkraut ] )
80
80
- [ ` no-duplicates ` ] : Add autofix ([ #1312 ] , thanks [ @lydell ] )
81
81
- Add [ ` no-unused-modules ` ] rule ([ #1142 ] , thanks [ @rfermann ] )
82
- - support export type named exports from typescript ([ #1304 ] , thanks [ @bradennapier ] and [ @schmod ] )
82
+ - support export type named exports from TypeScript ([ #1304 ] , thanks [ @bradennapier ] and [ @schmod ] )
83
83
84
84
### Fixed
85
85
- [ ` order ` ] : Fix interpreting some external modules being interpreted as internal modules ([ #793 ] , [ #794 ] thanks [ @ephys ] )
@@ -88,11 +88,11 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
88
88
- [ ` namespace ` ] : add check for null ExportMap ([ #1235 ] , [ #1144 ] , thanks [ @ljqx ] )
89
89
- [ ExportMap] fix condition for checking if block comment ([ #1234 ] , [ #1233 ] , thanks [ @ljqx ] )
90
90
- Fix overwriting of dynamic import() CallExpression ([ ` no-cycle ` ] , [ ` no-relative-parent-import ` ] , [ ` no-unresolved ` ] , [ ` no-useless-path-segments ` ] ) ([ #1218 ] , [ #1166 ] , [ #1035 ] , thanks [ @vikr01 ] )
91
- - [ ` export ` ] : false positives for typescript type + value export ([ #1319 ] , thanks [ @bradzacher ] )
92
- - [ ` export ` ] : Support typescript namespaces ([ #1320 ] , [ #1300 ] , thanks [ @bradzacher ] )
91
+ - [ ` export ` ] : false positives for TypeScript type + value export ([ #1319 ] , thanks [ @bradzacher ] )
92
+ - [ ` export ` ] : Support TypeScript namespaces ([ #1320 ] , [ #1300 ] , thanks [ @bradzacher ] )
93
93
94
94
### Docs
95
- - Update readme for Typescript ([ #1256 ] , [ #1277 ] , thanks [ @kirill-konshin ] )
95
+ - Update readme for TypeScript ([ #1256 ] , [ #1277 ] , thanks [ @kirill-konshin ] )
96
96
- make rule names consistent ([ #1112 ] , thanks [ @feychenie ] )
97
97
98
98
### Tests
0 commit comments