Skip to content

Commit

Permalink
[readme] Add note to TypeScript docs to install appropriate resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored and ljharb committed Oct 29, 2021
1 parent ccb69d9 commit 651a4d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -10,7 +10,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
- [`extensions`]: ignore unresolveable type-only imports ([#2270], [#2271], [@jablko])

### Changed
- [Docs] order: add type to the default groups ([#2272], [@charpeni])
- [Docs] [`order`]: add type to the default groups ([#2272], [@charpeni])
- [readme] Add note to TypeScript docs to install appropriate resolver ([#2279], [@johnthagen])

## [2.25.2] - 2021-10-12

Expand Down Expand Up @@ -1492,6 +1493,7 @@ for info on changes for earlier releases.
[@jkimbo]: https://github.com/jkimbo
[@joaovieira]: https://github.com/joaovieira
[@johndevedu]: https://github.com/johndevedu
[@johnthagen]: https://github.com/johnthagen
[@jonboiser]: https://github.com/jonboiser
[@josh]: https://github.com/josh
[@JounQin]: https://github.com/JounQin
Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -174,6 +174,9 @@ extends:

[`@typescript-eslint/parser`]: https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser

You will also need to install and configure the TypeScript resolver:
[`eslint-import-resolver-typescript`](https://github.com/alexgorbatchev/eslint-import-resolver-typescript).

# Resolvers

With the advent of module bundlers and the current state of modules and module
Expand Down

0 comments on commit 651a4d7

Please sign in to comment.