-
Notifications
You must be signed in to change notification settings - Fork 94
Ignore settings for plugins that aren't supported #320
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
Comments
@katwchen do you mind taking a look at this and actioning a fix? We've had past discussions about it before https://github.com/codeclimate/codeclimate-eslint/search?q=webpack&type=Issues&utf8=%E2%9C%93 |
any update on that? |
Hey guys, any news here? |
Hey @gilbarbara, I just pinged someone about this and we're looking into it. Thanks for your patience! |
Hey @gilbarbara I just shipped something that I think will address this! I tested it on a few of your OSS repos. Can you try another build and let me know what your experience is like? |
hey @gordondiggs
|
@gilbarbara can you email me a link to where you see that? gordon[at]codeclimate[dot]com |
@gordondiggs Did you get my email? Anything else I could do? |
@gordondiggs edit: maybe it worked because I have the node_modules locally. 😐 |
@abbyarmada |
@gilbarbara I didn't realize you are on the eslint-4 channel. Let me port the changes there! |
@gordondiggs Are these changes already on codeclimate.com runner? |
@gilbarbara they are! If you're still having trouble, I would suggest removing the parts of your config that use the resolver stuff, as it is not supported on Code Climate right now |
humm, ok. Can you say what's working and what's not? |
Hey, Funny thing is I have the same config for more than 10 projects and this was the only one having problems. ¯_(ツ)_/¯ |
Hello,
Since eslint-plugin-import can't be used with CodeClimate, is there a way to ignore its settings? This engine breaks with
Error: unable to load resolver "webpack".
with the configuration below.The text was updated successfully, but these errors were encountered: