-
-
Notifications
You must be signed in to change notification settings - Fork 25
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 use coc-eslint with yarn2 project? #49
Comments
Need upgrade to latest vscode-eslint https://github.com/microsoft/vscode-eslint |
This is not an issue, but notes for yarn2 project usage. |
Tried earlier to follow up these instructions but without any success. |
coc-eslint
already support yarn2 project, but you need do following setup:yarn add @yarnpkg/pnpify
in your project, this will add pnpify to your project.yarn pnpify --sdk
, this will generate directory.vscode/pnpify
that containseslint
Now
coc-eslint
can load ESLint automatically.The text was updated successfully, but these errors were encountered: