kibana/packages/kbn-interpreter/src/common
Thomas Watson fbdeffb48f
Fix eslint rule for restricting certain lodash imports (#151023)
Fixes #110422

TL;DR: The `lodash.set` function is unsafe and shouldn't be called.

Cause of error: If you specify multiple `no-restricted-imports` paths
for the same module, only the last path is used. Instead you need to
combine them into a single path as I've done in this PR.

This regression was introduced in #100277
2023-02-16 08:35:09 -07:00
..
lib Fix eslint rule for restricting certain lodash imports (#151023) 2023-02-16 08:35:09 -07:00
index.ts [Expressions] Add support of comments (#122457) 2022-01-20 20:46:52 +01:00
registries.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00