Skip to content

Commit 651a4d7

Browse files
johnthagenljharb
authored andcommittedOct 29, 2021
[readme] Add note to TypeScript docs to install appropriate resolver
1 parent ccb69d9 commit 651a4d7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1010
- [`extensions`]: ignore unresolveable type-only imports ([#2270], [#2271], [@jablko])
1111

1212
### 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])
1415

1516
## [2.25.2] - 2021-10-12
1617

@@ -1492,6 +1493,7 @@ for info on changes for earlier releases.
14921493
[@jkimbo]: https://github.com/jkimbo
14931494
[@joaovieira]: https://github.com/joaovieira
14941495
[@johndevedu]: https://github.com/johndevedu
1496+
[@johnthagen]: https://github.com/johnthagen
14951497
[@jonboiser]: https://github.com/jonboiser
14961498
[@josh]: https://github.com/josh
14971499
[@JounQin]: https://github.com/JounQin

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ extends:
174174
175175
[`@typescript-eslint/parser`]: https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser
176176

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+
177180
# Resolvers
178181

179182
With the advent of module bundlers and the current state of modules and module

0 commit comments

Comments
 (0)
Please sign in to comment.