Skip to content
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

Plugin checks vanilla lodash methods #58

Open
vsviridov opened this issue Nov 3, 2017 · 1 comment
Open

Plugin checks vanilla lodash methods #58

vsviridov opened this issue Nov 3, 2017 · 1 comment

Comments

@vsviridov
Copy link

I have a project that both uses lodash and lodash/fp at the same time. This plugin triggers errors on vanilla lodash methods. It should ignore const get = require('lodash/get') and work only on const get = require('lodash/fp/get'); etc...

@vipcxj
Copy link

vipcxj commented Mar 9, 2018

face the same problem! this force using fp everywhere!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants