You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,17 @@ This means you can:
25
25
26
26
## TOC <!-- omit in toc -->
27
27
28
+
-[Notice](#notice)
28
29
-[Installation](#installation)
29
30
-[Configuration](#configuration)
30
31
-[Contributing](#contributing)
31
32
33
+
## Notice
34
+
35
+
After version 2.0.0, `.d.ts` will take higher priority then normal `.js` files on resolving `node_modules` packages in favor of `@types/*` definitions.
36
+
37
+
If you're facing some problems on rules `import/default` or `import/named` from [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import), do not post any issue here, because they are just working exactly as [expected](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues/31#issuecomment-539751607) on our sides, take <https://github.com/benmosher/eslint-plugin-import/issues/1525> as reference or post a new issue to [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) instead.
38
+
32
39
## Installation
33
40
34
41
```sh
@@ -62,29 +69,29 @@ Add the following to your `.eslintrc` config:
0 commit comments