Skip to content

This plugin allows you to use eslint-plugin-import with .ts and .tsx files.

Notifications You must be signed in to change notification settings

jfresco/eslint-import-resolver-typescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-import-resolver-typescript

This plugin allows you to use eslint-plugin-import with .ts and .tsx files.

Installation

npm install --save-dev eslint-import-resolver-typescript

Add the following to your eslint config:

"settings": {
  "import/resolver": {
    "node": true,
    "eslint-import-resolver-typescript": true
  }
}

About

This plugin allows you to use eslint-plugin-import with .ts and .tsx files.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%