File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- # eslint-plugin- import-typescript- resolver
1
+ # eslint-import-resolver-typescript
2
2
3
3
This plugin allows you to use ` eslint-plugin-import ` with ` .ts ` and ` .tsx ` files.
4
4
@@ -7,7 +7,7 @@ This plugin allows you to use `eslint-plugin-import` with `.ts` and `.tsx` files
7
7
## Installation
8
8
9
9
```
10
- npm install --save-dev eslint-plugin- import-typescript- resolver
10
+ npm install --save-dev eslint-import-resolver-typescript
11
11
```
12
12
13
13
Add the following to your eslint config:
@@ -16,7 +16,8 @@ Add the following to your eslint config:
16
16
"settings": {
17
17
"import/resolver": {
18
18
"node": true,
19
- "eslint-plugin- import-typescript- resolver": true
19
+ "eslint-import-resolver-typescript ": true
20
20
}
21
21
}
22
22
```
23
+
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " eslint-plugin- import-typescript- resolver" ,
2
+ "name" : " eslint-import-resolver-typescript " ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " TypeScript .ts .tsx module resolver for `eslint-plugin-import`." ,
5
5
"main" : " index.js" ,
6
6
"files" : [
7
7
" index.js"
8
8
],
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " https://github.com/alexgorbatchev/eslint-import-resolver-typescript"
12
+ },
9
13
"keywords" : [
10
14
" typescript" ,
11
15
" eslint" ,
You can’t perform that action at this time.
0 commit comments