Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to config moduleDirectory? #851

Closed
lewis617 opened this issue May 26, 2017 · 1 comment
Closed

How to config moduleDirectory? #851

lewis617 opened this issue May 26, 2017 · 1 comment

Comments

@lewis617
Copy link

lewis617 commented May 26, 2017

For example:

"settings": {
    "import/parser": "babel-eslint",
    "import/resolve": {
      "moduleDirectory": ["node_modules", "src"]
    }
  },
@lewis617
Copy link
Author

My problem has been solved. This is my code:

"settings": {
    "import/resolver": {
      "node": {
        "moduleDirectory": [
          "node_modules",
          "src"
        ]
      }
    }
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant