File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
x-pack/plugins/licensing/public/services Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1616 * specific language governing permissions and limitations
1717 * under the License.
1818 */
19- // Prefer importing entire lodash library, e.g. import { get } from "lodash"
20- // eslint-disable-next-line no-restricted-imports
21- import isPlainObject from 'lodash/isPlainObject' ;
19+ import { isPlainObject } from 'lodash' ;
2220/**
2321 * Deeply merges two objects, omitting undefined values, and not deeply merging Arrays.
2422 *
Original file line number Diff line number Diff line change 44 * you may not use this file except in compliance with the Elastic License.
55 */
66
7- // Prefer importing entire lodash library, e.g. import { get } from "lodash"
8- // eslint-disable-next-line no-restricted-imports
9- import isDate from 'lodash/isDate' ;
7+ import { isDate } from 'lodash' ;
108import type { HttpSetup , HttpStart } from 'src/core/public' ;
119import { LicenseType } from '../../common/types' ;
1210
You can’t perform that action at this time.
0 commit comments