-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
initialization doesn't work in VS Code #2
Comments
Looking at the source code, there's not much to be broken here. It seems somewhere along to way the Could this be solved by allowing to supply |
Thanks for creating an issue. I think I've heard about people having problems with this in the past (also see: eslint/eslint#10229), although I'm not sure what the cause was. Is it possible that there are two separate versions of If you want to specify plugin info in a file, you could also use something like |
I've run a search across my whole drive and there's only a single Either way, thanks for the I'll leave this issue open so it's easier for other people to find. |
OS: win 7
VS Code Version: 1.27.2
Using Microsoft/vscode-eslint extension.
throws:
root
.eslintrc.js
:In Atom, this setup works fine.
To be honest, this is probably the extension's problem, but wanted to ensure it's not
eslint-plugin-rulesdir
's problem before opening an issue over there.The text was updated successfully, but these errors were encountered: