You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
I have a project that both uses
lodash
andlodash/fp
at the same time. This plugin triggers errors on vanillalodash
methods. It should ignoreconst get = require('lodash/get')
and work only onconst get = require('lodash/fp/get');
etc...The text was updated successfully, but these errors were encountered: