This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Description
It would be useful if plugin:typescript/recommended would include a section for eslint-plugin-import (as recommended in their docs: https://github.com/benmosher/eslint-plugin-import#importextensions):
{
"settings": {
"import/resolver": {
"node": {
"extensions": [
".js",
".jsx",
".ts",
".tsx"
]
}
}
}
This code does not force user to install the plugin, but it will produce an effect if the plugin is used.