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
22
33This plugin allows you to use ` eslint-plugin-import ` with ` .ts ` and ` .tsx ` files.
44
@@ -7,7 +7,7 @@ This plugin allows you to use `eslint-plugin-import` with `.ts` and `.tsx` files
77## Installation
88
99```
10- npm install --save-dev eslint-plugin- import-typescript- resolver
10+ npm install --save-dev eslint-import-resolver-typescript
1111```
1212
1313Add the following to your eslint config:
@@ -16,7 +16,8 @@ Add the following to your eslint config:
1616"settings": {
1717 "import/resolver": {
1818 "node": true,
19- "eslint-plugin- import-typescript- resolver": true
19+ "eslint-import-resolver-typescript ": true
2020 }
2121}
2222```
23+
Original file line number Diff line number Diff line change 11{
2- "name" : " eslint-plugin- import-typescript- resolver" ,
2+ "name" : " eslint-import-resolver-typescript " ,
33 "version" : " 1.0.0" ,
44 "description" : " TypeScript .ts .tsx module resolver for `eslint-plugin-import`." ,
55 "main" : " index.js" ,
66 "files" : [
77 " index.js"
88 ],
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " https://github.com/alexgorbatchev/eslint-import-resolver-typescript"
12+ },
913 "keywords" : [
1014 " typescript" ,
1115 " eslint" ,
You can’t perform that action at this time.
0 commit comments