Cannot find module 'eslint-config-myconfig' Referenced from: /my/project/dir/.eslintrc
See original GitHub issuehttp://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:
- Created 7 years ago
- Reactions:5
- Comments:11 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, I have the same issue as of the recent 1.5 release (did not have this plugin installed before that).
Closing then.