File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
10
10
- [ ` extensions ` ] : ignore unresolveable type-only imports ([ #2270 ] , [ #2271 ] , [ @jablko ] )
11
11
12
12
### Changed
13
- - [ Docs] order: add type to the default groups ([ #2272 ] , [ @charpeni ] )
13
+ - [ Docs] [ ` order ` ] : add type to the default groups ([ #2272 ] , [ @charpeni ] )
14
+ - [ readme] Add note to TypeScript docs to install appropriate resolver ([ #2279 ] , [ @johnthagen ] )
14
15
15
16
## [ 2.25.2] - 2021-10-12
16
17
@@ -1492,6 +1493,7 @@ for info on changes for earlier releases.
1492
1493
[ @jkimbo ] : https://github.com/jkimbo
1493
1494
[ @joaovieira ] : https://github.com/joaovieira
1494
1495
[ @johndevedu ] : https://github.com/johndevedu
1496
+ [ @johnthagen ] : https://github.com/johnthagen
1495
1497
[ @jonboiser ] : https://github.com/jonboiser
1496
1498
[ @josh ] : https://github.com/josh
1497
1499
[ @JounQin ] : https://github.com/JounQin
Original file line number Diff line number Diff line change @@ -174,6 +174,9 @@ extends:
174
174
175
175
[` @typescript-eslint/parser`]: https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser
176
176
177
+ You will also need to install and configure the TypeScript resolver :
178
+ [`eslint-import-resolver-typescript`](https://github.com/alexgorbatchev/eslint-import-resolver-typescript).
179
+
177
180
# Resolvers
178
181
179
182
With the advent of module bundlers and the current state of modules and module
You can’t perform that action at this time.
0 commit comments