standard / eslint-config-standard

ESLint Config for JavaScript Standard Style

Home Page:https://standardjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incompatibility with eslint in vscode

greenhat616 opened this issue · comments

What version of this package are you using?
v16+
What operating system, Node.js, and npm version?
Ubuntu 20.04 LTS, WSL 2
Node.js v14
yarn v2.3.3(berry, PnP enabled)

What happened?
As illustrated in microsoft/vscode-eslint#1126, after upgrading to v16, the eslint plugin in vscode is not work
What did you expect to happen?
cooperate to solve it.
Are you willing to submit a pull request to fix this bug?
Maybe, if the reason of the issue is confirmed

I'm sorry that you're facing this issue. As far as I can tell, this isn't an issue in eslint-config-standard. This package is literally just a JSON file of rules. I don't have the bandwidth to debug package managers like yarn which I do not personally use.

Maybe this is due to the upgraded peer dependency on ESLint 7 instead 6. If you find a solution and there's something we can do on our end to fix this, please send a PR.