-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
ESLint warnings within Atom editor. Cannot find module 'eslint-plugin-flowtype' #272
Comments
I found I was hitting that issue too when using the |
@andyeskridge thanks, your solution (checking - use global ESLint installation) fixed the error. Closing issue. |
Please follow these instructions for integrating linting with your editor: It is unfortunate that we require global installation but this is a problem on ESLint’s end, and they intend to solve it: eslint/eslint#3458. |
Should the docs give that hint on the extra configuration at the ESLint plugin or is it too specific to Atom? |
They actually do give this hint. |
Ugh, sorry, do you mean should the docs mention Atom plugin specifically? I think yes (we should mention major plugins and how to configure them). If you can send a PR that would he rad. |
Yes, that what I meant. This would be my very first PR, but I am more than pleasured to do. I think I'll would need some help, though, if you're up to. |
Sure, happy to review and suggest changes etc. |
Created PR on #348. |
I followed instructions to enable ESLint warnings within (Atom) editor. On opening a .js file in the editor I get this error.
The text was updated successfully, but these errors were encountered: