question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find module 'eslint-config-myconfig' Referenced from: /my/project/dir/.eslintrc

See original GitHub issue

http://eslint.org/docs/user-guide/configuring#using-a-shareable-configuration-package

In accordance with the docs linked above, I can’t seem to get our shared config working with this VSCode plugin. It works fine in other editors that support eslint (Sublime, for instance).

I have the following (as an example) in my projects config:

  "extends": [
    "myconfig"
  ],

I have “myconfig” installed locally eslint-config-myconfig and also have eslint installed globally and locally as well.

I’m running:

Version 1.3.1 Commit e6b4afa53e9c0f54edef1673de9001e9f0f547ae Date 2016-07-12T13:28:46.761Z Shell 0.37.6 Renderer 49.0.2623.75 Node 5.10.0

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:5
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
yomedcommented, Sep 8, 2016

Hi, I have the same issue as of the recent 1.5 release (did not have this plugin installed before that).

0reactions
dbaeumercommented, Nov 10, 2016

Closing then.

Read more comments on GitHub >

github_iconTop Results From Across the Web

eslint in terminal Cannot find module 'eslint-config-react-app'
the linter works in create-react-app but now i want make it work in my sublimetext. Installed eslint yarn global add eslint (eslint v4.1.1...
Read more >
How to install @wordpress/eslint-plugin to make it work?
I'm trying to replace deprecated npm package eslint-config-wordpress , which works great without a hassle. The recommenrded package now is @wordpress/eslint- ...
Read more >
eslint/eslint - Gitter
{js,jsx} --quiet Cannot find module 'eslint-config-prettier/react' Referenced from: /Users/johngribbin/repos/complete-intro-to-react/.eslintrc.json Error: ...
Read more >
Eslint cannot find module, hyphens vs slashes
macOS issue possibly - I have to be careful with edits to these files since I'm working on a shared project and the...
Read more >
eslint-plugin-import - npm
IF YOU ARE USING THIS WITH SUBLIME: see the bottom section for important info. Rules. Static analysis. Ensure imports point to a file/module...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found