eslint-plugin-lodash
eslint-plugin-lodash copied to clipboard
updated import-scope
I am sure I missed a bunch of stuff. I'm am trying to provide a "fix" method for
import { thing, one, two, three } from 'lodash';
to
import one from 'lodash/one';
import thing from 'lodash/thing';
import three from 'lodash/three';
import two from 'lodash/two';
@idok @westandy any chance we can merge this 👀
Thanks for the contribution, please format the code. Tests would also be great