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.

Doesn't support globally installed eslint plugins

See original GitHub issue

I have a plugin specified in my .eslintrc:

plugins: 
  - "babel"

and installed this plugin globally

npm install -g eslint-plugin-babel

but Code doesn’t seem to be able to use it: image

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:3
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

8reactions
dbaeumercommented, Feb 1, 2016

Since the vscode-eslint extension is using the available eslint api there is nothing I can do to make this work.

0reactions
dbaeumercommented, Feb 1, 2016

Interestingly using a local installed eslint with a global install plugin on a command line isn’t working either.

capture

capture

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to install ESlint globally? - Stack Overflow
To install eslint globally: npm install -g eslint. To install eslint in your project folder: npm install eslint --save-dev · Add in package.json ......
Read more >
eslint/eslint - Gitter
A globally-installed ESLint cannot find a locally-installed plugin. 2. If ESLint is installed locally, then it's likely that the plugin isn't installed ......
Read more >
Configuration Files - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >
ESLint | WebStorm Documentation - JetBrains
Install ESLint  · In the embedded Terminal ( Alt+F12 ) , type one of the following commands: npm install --g eslint for...
Read more >
eslint-plugin-jsx-a11y - npm
Note: If you installed ESLint globally (using the -g flag in npm, or the global prefix in yarn) then you must also install...
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