eslint-plugin-lodash
eslint-plugin-lodash copied to clipboard
Recommending `_.split` for v3 despite it not existing
[email protected] └── [email protected]
When using an extend of "plugin:lodash/v3" the plugin will recommend _.split
over .split
, despite it not existing in lodash v3.