cognitedata/cognite-sdk-js

Use granular imports from lodash

maksnester opened this issue · 1 comments

You guys doing it again

import { cloneDeepWith } from 'lodash';

Please use

import cloneDeepWith from 'lodash/cloneDeepWith';

Discussed in #386

@maksnester I would appreciate if you can add an eslint rule for this.
jssdk doesn't currenlty have people to take care of it