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

Is it possible to include a config portion for import plugin in recommended settings? #275

@kirill-konshin

Description

@kirill-konshin

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions